git: add plf alias
This commit is contained in:
parent
93b945d0cd
commit
b0aea325c1
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
ca = commit --amend
|
||||
ps = push
|
||||
pl = pull
|
||||
plf = pull --ff-only
|
||||
uncommit = reset --soft HEAD~
|
||||
deleted = log --diff-filter=D --summary
|
||||
find = ! sh -c 'git ls-files $2 | grep $1' -
|
||||
|
|
Loading…
Reference in a new issue