From: Hendrik Jäger Date: Sun, 1 Aug 2021 11:55:54 +0000 (+0200) Subject: Use switch and restore for more things X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=00c11162e6654c47bed43176948052d572289f98;p=user%2Fhenk%2Fvcsh%2Fgit.git Use switch and restore for more things --- 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"