]> git.netwichtig.de Git - user/henk/vcsh/git.git/blobdiff - .config/git/config
Use switch and restore for more things
[user/henk/vcsh/git.git] / .config / git / config
index 323e9c24cdf38b4b01fbce3169c0fc5102ca9ffa..1fee5a102a3d624400989e0541e11dc5986e06f9 100644 (file)
@@ -76,7 +76,6 @@
   brav   = branch --all --verbose --verbose
 
   co  = checkout
-  cob = checkout -b
 
   cp  = cherry-pick
   cpa = cherry-pick --abort
   st = status --short
 
   sw = switch
+  swc = switch --create
 
   # add subtree
   sba = "!f() { git subtree add --prefix $2 $1 master --squash; }; f"