Alias to show deleted files
This commit is contained in:
parent
6c080f70a1
commit
037466a010
1 changed files with 1 additions and 0 deletions
|
@ -12,5 +12,6 @@
|
||||||
ps = push
|
ps = push
|
||||||
pl = pull
|
pl = pull
|
||||||
uncommit = reset --soft HEAD~
|
uncommit = reset --soft HEAD~
|
||||||
|
deleted = log --diff-filter=D --summary
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
|
Loading…
Reference in a new issue