Compare commits
3 commits
54eafaa3ff
...
e6fe784b91
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e6fe784b91 | ||
|
|
d956a0515b | ||
|
|
27f1c3e16c |
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue