[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
|
cma = commit -am
|
||||||
ck = checkout
|
ck = checkout
|
||||||
br = branch
|
br = branch
|
||||||
gr = grep -I
|
g = grep -En
|
||||||
|
gf = grep -Fn
|
||||||
|
gi = grep -iFn
|
||||||
|
|
||||||
# Tweak defaults
|
# Tweak defaults
|
||||||
bra = branch -ra
|
bra = branch -ra
|
||||||
|
|
Loading…
Reference in a new issue