git: add alias sw for switch
This commit is contained in:
parent
4b6bb5d8c9
commit
a0d65d64fd
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue