diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-08-01 13:55:54 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-08-01 13:55:54 +0200 |
commit | 00c11162e6654c47bed43176948052d572289f98 (patch) | |
tree | b571652f83fb07a0a608129dfa57c23970cd2854 | |
parent | 701c1968602b6c6631fe58ae7b127ff5815c216a (diff) |
Use switch and restore for more things
-rw-r--r-- | .config/git/config | 2 |
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" |