[git] Clean up aliases
This commit is contained in:
parent
2b398cea3a
commit
3f91e5f26f
1 changed files with 6 additions and 5 deletions
11
gitconfig
11
gitconfig
|
@ -13,15 +13,16 @@
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
[alias]
|
[alias]
|
||||||
# Basics
|
# Basics
|
||||||
st = status -s
|
br = branch
|
||||||
|
ck = checkout
|
||||||
cl = clone
|
cl = clone
|
||||||
cm = commit -m
|
cm = commit -m
|
||||||
cma = commit -am
|
cma = commit -am
|
||||||
ck = checkout
|
ds = diff --staged
|
||||||
br = branch
|
|
||||||
g = grep -En
|
g = grep -En
|
||||||
gf = grep -Fn
|
gf = grep -Fn --
|
||||||
gi = grep -iFn
|
gi = grep -iFn --
|
||||||
|
st = status -s
|
||||||
|
|
||||||
# Tweak defaults
|
# Tweak defaults
|
||||||
bra = branch -ra
|
bra = branch -ra
|
||||||
|
|
Loading…
Add table
Reference in a new issue