git: Add find alias

This commit is contained in:
madmaurice 2018-09-19 19:11:08 +02:00
parent 360f97b483
commit 1e204afdf2

View file

@ -14,6 +14,7 @@
pl = pull
uncommit = reset --soft HEAD~
deleted = log --diff-filter=D --summary
find = ! sh -c 'git ls-files $2 | grep $1' -
[color]
ui = auto
[filter "lfs"]