Compare commits

...

3 commits

Author SHA1 Message Date
Benjamin e6fe784b91 Set core editor to vim 2024-05-28 18:39:42 +02:00
Benjamin d956a0515b Add rerere.enabled true config 2024-05-28 18:39:39 +02:00
Benjamin 27f1c3e16c Add sx status config 2024-05-28 18:39:25 +02:00

View file

@ -1,7 +1,10 @@
[core]
editor = vim
[alias]
s = status
ss = status -s
sb = status -s -b
sx = status -s -uall --ignored
l = log --pretty=format:\"%C(auto) %d : %h - %an. %as (%ar) : %s\" --graph --decorate HEAD
lb = log --pretty=format:\"%C(auto) %d : %h - %an. %as (%ar) : %s\" --graph --decorate --branches
lr = log --pretty=format:\"%C(auto) %d : %h - %an. %as (%ar) : %s\" --graph --decorate --remotes
@ -27,3 +30,5 @@
addIgnoredFile = false
[diff]
algorithm = histogram
[rerere]
enabled = true