1
0
Fork 0

git: Add swi alias

This commit is contained in:
Jeremy Kaplan 2025-01-16 14:56:19 -05:00
commit fcc8b6e32b

View file

@ -91,6 +91,7 @@ root = rev-parse --show-toplevel
s = status s = status
sb = show-branch sb = show-branch
sw = switch sw = switch
swi = "!git switch \"$(git bl | fzf)\""
unchk = reset --mixed HEAD~ unchk = reset --mixed HEAD~
untracked = ls-files --others --exclude-standard untracked = ls-files --others --exclude-standard