From 00c11162e6654c47bed43176948052d572289f98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Sun, 1 Aug 2021 13:55:54 +0200 Subject: [PATCH] Use switch and restore for more things --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2