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
|
||||
|
||||
[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
|
||||
sub = submodule
|
||||
pl = pull
|
||||
ps = push
|
||||
s = status
|
||||
st = status
|
||||
a = add
|
||||
c = commit
|
||||
ca = commit -a
|
||||
cam = commit --amend
|
||||
caam = commit -a --amend
|
||||
d = diff
|
||||
sub = submodule
|
||||
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
|
||||
|
||||
# vim:noet
|
||||
|
|
Loading…
Add table
Reference in a new issue