git: add alias sw for switch

This commit is contained in:
PowerUser64 2022-10-02 15:03:01 -07:00
parent 4b6bb5d8c9
commit a0d65d64fd

View file

@ -16,8 +16,8 @@
[alias]
a = add
c = commit
br = branch
c = commit
ca = commit -a
caam = commit -a --amend
cam = commit --amend
@ -33,6 +33,7 @@
s = status
st = status
sub = submodule
sw = switch
t = tree
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