git: add plf alias

This commit is contained in:
madmaurice 2020-12-26 12:50:49 +01:00
parent 93b945d0cd
commit b0aea325c1
1 changed files with 1 additions and 0 deletions

View File

@ -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' -