fix git alias last
This commit is contained in:
parent
3440cd624c
commit
223d439ab5
@ -37,7 +37,7 @@
|
|||||||
dump = cat-file -p
|
dump = cat-file -p
|
||||||
find = "!f() { git log --pretty=format:\"%h %cd [%cn] %s%d\" --date=relative -S'pretty' -S\"$@\" | peco | awk '{print $1}' | xargs -I {} git diff {}^ {}; }; f"
|
find = "!f() { git log --pretty=format:\"%h %cd [%cn] %s%d\" --date=relative -S'pretty' -S\"$@\" | peco | awk '{print $1}' | xargs -I {} git diff {}^ {}; }; f"
|
||||||
unstage = 'reset HEAD --'
|
unstage = 'reset HEAD --'
|
||||||
last = 'log -1 HEAD'
|
last = log -1 HEAD
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user