mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 14:37:25 +01:00
add git last alias
This commit is contained in:
committed by
Thomas Ruoff
parent
d50a054785
commit
68bf0f1b97
@@ -20,6 +20,7 @@
|
||||
diffstat = diff --stat -r
|
||||
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
|
||||
fix = "!f() { ${EDITOR} $(git diff --name-only | uniq ); }; f"
|
||||
last = "!l() { ${EDITOR} $(git diff-tree --no-commit-id --name-only -r HEAD ); }; l"
|
||||
[merge]
|
||||
tool = bc3
|
||||
[mergetool]
|
||||
|
||||
Reference in New Issue
Block a user