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
|
pl = pull
|
||||||
uncommit = reset --soft HEAD~
|
uncommit = reset --soft HEAD~
|
||||||
deleted = log --diff-filter=D --summary
|
deleted = log --diff-filter=D --summary
|
||||||
|
find = ! sh -c 'git ls-files $2 | grep $1' -
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
|
|
Loading…
Reference in a new issue