git: alphabetize aliases and add ch alias for checkout
This commit is contained in:
parent
5d26b501ea
commit
302c25bbf0
1 changed files with 9 additions and 8 deletions
17
.gitconfig
17
.gitconfig
|
@ -12,18 +12,19 @@
|
||||||
name = PowerUser64
|
name = PowerUser64
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
tree = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
a = add
|
||||||
|
c = commit
|
||||||
|
ca = commit -a
|
||||||
|
caam = commit -a --amend
|
||||||
|
cam = commit --amend
|
||||||
|
ch = checkout
|
||||||
|
d = diff
|
||||||
lg = tree
|
lg = tree
|
||||||
sub = submodule
|
|
||||||
pl = pull
|
pl = pull
|
||||||
ps = push
|
ps = push
|
||||||
s = status
|
s = status
|
||||||
st = status
|
st = status
|
||||||
a = add
|
sub = submodule
|
||||||
c = commit
|
tree = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
||||||
ca = commit -a
|
|
||||||
cam = commit --amend
|
|
||||||
caam = commit -a --amend
|
|
||||||
d = diff
|
|
||||||
|
|
||||||
# vim:noet
|
# vim:noet
|
||||||
|
|
Loading…
Add table
Reference in a new issue