git: alphabetize aliases and add ch alias for checkout

This commit is contained in:
PowerUser64 2021-11-07 21:37:12 -08:00
parent 5d26b501ea
commit 302c25bbf0

View file

@ -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