[git] Add grep aliases
This commit is contained in:
parent
7187482f80
commit
08cf80c750
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@
|
|||
cma = commit -am
|
||||
ck = checkout
|
||||
br = branch
|
||||
gr = grep -I
|
||||
g = grep -En
|
||||
gf = grep -Fn
|
||||
gi = grep -iFn
|
||||
|
||||
# Tweak defaults
|
||||
bra = branch -ra
|
||||
|
|
Loading…
Reference in a new issue