diff options
| -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 fb7a629..9036d3e 100644 --- a/.config/git/config +++ b/.config/git/config @@ -69,7 +69,7 @@ git switch \"$@\"; \ fi; \ }; __fn" - swc = switch -b + swc = switch -c swm = "!__fn() { \ if git rev-parse --verify --quiet main > /dev/null 2>&1; then \ git switch main \"$@\"; \ |
