summaryrefslogtreecommitdiff
path: root/.config/git/config
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2021-08-01 13:55:54 +0200
committerHendrik Jäger <gitcommit@henk.geekmail.org>2021-08-01 13:55:54 +0200
commit00c11162e6654c47bed43176948052d572289f98 (patch)
treeb571652f83fb07a0a608129dfa57c23970cd2854 /.config/git/config
parent701c1968602b6c6631fe58ae7b127ff5815c216a (diff)
Use switch and restore for more things
Diffstat (limited to '.config/git/config')
-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"