[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
|
||||
[alias]
|
||||
# Basics
|
||||
st = status -s
|
||||
br = branch
|
||||
ck = checkout
|
||||
cl = clone
|
||||
cm = commit -m
|
||||
cma = commit -am
|
||||
ck = checkout
|
||||
br = branch
|
||||
ds = diff --staged
|
||||
g = grep -En
|
||||
gf = grep -Fn
|
||||
gi = grep -iFn
|
||||
gf = grep -Fn --
|
||||
gi = grep -iFn --
|
||||
st = status -s
|
||||
|
||||
# Tweak defaults
|
||||
bra = branch -ra
|
||||
|
|
Loading…
Reference in a new issue