commit 2c85d0c466226e27e14744927c474e1269e5ea06
parent 8f3e5404476fab06aa1562b702553a19561f9953
Author: Robert Russell <robert@rr3.xyz>
Date: Mon, 10 Aug 2026 12:07:15 -0700
git: fix bsw and bmksw aliases
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/git/.config/git/config b/git/.config/git/config
@@ -91,8 +91,8 @@
cloner = clone --recurse-submodules
# Branches
- bsw = switch --
- bmksw = switch --create --
+ bsw = switch
+ bmksw = switch --create
bmk = "!f() { [ $# -ge 1 ] || exit 1; git branch -- "$@"; }; f"
bls = branch --list --
bcp = branch --copy --