-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
32 lines (30 loc) · 865 Bytes
/
.gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[user]
name = Ruben Sibon
email = [email protected]
[core]
editor = vim
excludesFile = /Users/rubenjs/.dotfiles/.gitignore_global
fsmonitor = true
untrackedCache = true
[init]
defaultBranch = main
[pull]
rebase = false
[push]
autoSetupRemote = true
[rerere]
enabled = true
autoUpdate = true
[alias]
hist = log --pretty=format:'%C(yellow)[%ad]%C(reset) %C(green)[%h]%C(reset) | %C(red)%s %C(bold red){{%an}}%C(reset) %C(blue)%d%C(reset)' --graph --date=short
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %r
process = git-lfs filter-process
required = true
[includeIf "gitdir:~/projects/Webricolage"]
path = ~/Projects/.gitconfig
[includeIf "gitdir:~/projects/RubenSibon"]
path = ~/Projects/.gitconfig
[includeIf "gitdir:~/projects/Amsterdam"]
path = ~/Projects/Amsterdam/.gitconfig