config/git: use switch instead of checkout

This commit is contained in:
xerus2000 2021-02-18 11:57:44 +01:00
parent 5a82e182fc
commit be6c473a6b
1 changed files with 3 additions and 2 deletions

View File

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