]> git.netwichtig.de Git - user/henk/vcsh/git.git/commitdiff
Use switch and restore for more things
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Sun, 1 Aug 2021 11:55:54 +0000 (13:55 +0200)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Sun, 1 Aug 2021 11:55:54 +0000 (13:55 +0200)
.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"