summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/git/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config
index 323e9c2..1fee5a1 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -76,7 +76,6 @@
brav = branch --all --verbose --verbose
co = checkout
- cob = checkout -b
cp = cherry-pick
cpa = cherry-pick --abort
@@ -144,6 +143,7 @@
st = status --short
sw = switch
+ swc = switch --create
# add subtree
sba = "!f() { git subtree add --prefix $2 $1 master --squash; }; f"