git: Add find alias
This commit is contained in:
parent
360f97b483
commit
1e204afdf2
1 changed files with 1 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue