[git] add lolp and enable rerere
This commit is contained in:
parent
81f0a3dc73
commit
442cfcc57b
@ -19,6 +19,7 @@
|
|||||||
lg = log -p
|
lg = log -p
|
||||||
lol = log --graph --decorate --pretty=oneline --abbrev-commit
|
lol = log --graph --decorate --pretty=oneline --abbrev-commit
|
||||||
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
||||||
|
lolp = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
||||||
ls = ls-files
|
ls = ls-files
|
||||||
dt =difftool # to have diff with meld
|
dt =difftool # to have diff with meld
|
||||||
mylog = log --committer=\"$(git config user.name)\"
|
mylog = log --committer=\"$(git config user.name)\"
|
||||||
@ -63,3 +64,6 @@
|
|||||||
# smtppass = PASS
|
# smtppass = PASS
|
||||||
[web]
|
[web]
|
||||||
browser = firefox
|
browser = firefox
|
||||||
|
|
||||||
|
[rerere]
|
||||||
|
enabled = true
|
||||||
|
Loading…
Reference in New Issue
Block a user