feat(git): Update git config
Many configs taken from this amazing talk at FOSDEM 2024 [1] [1] https://www.youtube.com/watch?v=aolI_Rz0ZqY
This commit is contained in:
parent
c0e6a28ecc
commit
a9e69d8666
1 changed files with 12 additions and 0 deletions
|
@ -10,6 +10,12 @@
|
||||||
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
|
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
|
||||||
ll = ls --numstat
|
ll = ls --numstat
|
||||||
|
|
||||||
|
[blame]
|
||||||
|
ignoreRevsFile = .git-blame-ignore-revs
|
||||||
|
|
||||||
|
[branch]
|
||||||
|
sort = -committerdate
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
diff = auto
|
diff = auto
|
||||||
status = auto
|
status = auto
|
||||||
|
@ -22,6 +28,9 @@
|
||||||
changed = yellow bold
|
changed = yellow bold
|
||||||
untracked = red
|
untracked = red
|
||||||
|
|
||||||
|
[column]
|
||||||
|
ui = auto
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
verbose = true
|
verbose = true
|
||||||
|
@ -61,6 +70,9 @@
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
|
|
||||||
|
[rerere]
|
||||||
|
enabled = true
|
||||||
|
|
||||||
[includeIf "gitdir:~/Documents/Uni/"]
|
[includeIf "gitdir:~/Documents/Uni/"]
|
||||||
path = ~/.config/git/subconfigs/uni
|
path = ~/.config/git/subconfigs/uni
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue