Compare commits
3 commits
54eafaa3ff
...
e6fe784b91
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e6fe784b91 | ||
|
|
d956a0515b | ||
|
|
27f1c3e16c |
|
|
@ -1,7 +1,10 @@
|
||||||
|
[core]
|
||||||
|
editor = vim
|
||||||
[alias]
|
[alias]
|
||||||
s = status
|
s = status
|
||||||
ss = status -s
|
ss = status -s
|
||||||
sb = status -s -b
|
sb = status -s -b
|
||||||
|
sx = status -s -uall --ignored
|
||||||
l = log --pretty=format:\"%C(auto) %d : %h - %an. %as (%ar) : %s\" --graph --decorate HEAD
|
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
|
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
|
lr = log --pretty=format:\"%C(auto) %d : %h - %an. %as (%ar) : %s\" --graph --decorate --remotes
|
||||||
|
|
@ -27,3 +30,5 @@
|
||||||
addIgnoredFile = false
|
addIgnoredFile = false
|
||||||
[diff]
|
[diff]
|
||||||
algorithm = histogram
|
algorithm = histogram
|
||||||
|
[rerere]
|
||||||
|
enabled = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue