diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-06-21 15:00:37 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-06-21 15:00:37 +0900 |
| commit | a28b874c1e21543c99493f1cae851a9ccc10cac5 (patch) | |
| tree | 221160d9d243b6d501db0ec53cb4f3a107a73d96 | |
| parent | 9506efd6afd778feff93d0976e5d25b8e1f6a4b5 (diff) | |
| download | dotfiles-a28b874c1e21543c99493f1cae851a9ccc10cac5.tar.gz dotfiles-a28b874c1e21543c99493f1cae851a9ccc10cac5.tar.zst dotfiles-a28b874c1e21543c99493f1cae851a9ccc10cac5.zip | |
git: fix alias
| -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 \"$@\"; \ |
