config/git: use switch instead of checkout
This commit is contained in:
parent
5a82e182fc
commit
be6c473a6b
|
@ -74,8 +74,9 @@
|
||||||
b = branch -vv
|
b = branch -vv
|
||||||
ba = b -a
|
ba = b -a
|
||||||
|
|
||||||
co = checkout
|
|
||||||
cb = checkout -b
|
s = switch
|
||||||
|
sc = switch -c
|
||||||
|
|
||||||
ref = reflog show --pretty=tformat:'%C(auto)%h%d %s %Cgreen(%cd) %Cblue<%an>%Creset'
|
ref = reflog show --pretty=tformat:'%C(auto)%h%d %s %Cgreen(%cd) %Cblue<%an>%Creset'
|
||||||
rev = rev-parse --short
|
rev = rev-parse --short
|
||||||
|
|
Loading…
Reference in New Issue