From 1e204afdf2c62a9fd95edb5e93581dae4d31ef59 Mon Sep 17 00:00:00 2001 From: MadMaurice Date: Wed, 19 Sep 2018 19:11:08 +0200 Subject: [PATCH] git: Add find alias --- git/.gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/git/.gitconfig b/git/.gitconfig index b91d9fb..5bb87bf 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -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"]