Skip to content

Commit 56a63f8

Browse files
committed
Add git switch aliases
1 parent d8cd6bf commit 56a63f8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/dot_config/git/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
pr = pull --rebase
2222
push-f = push --force-with-lease
2323
st = status
24+
sw = switch
2425
# }}}
2526

2627
# settings {{{

src/dot_config/zsh-abbr/private_user-abbreviations

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ abbr "git pl"="git pull"
1313
abbr "git pr"="git pull --rebase"
1414
abbr "git push-f"="git push --force-with-lease"
1515
abbr "git st"="git status"
16+
abbr "git sw"="git switch"
1617
abbr "gl"="git log"
1718
abbr "gs"="git status"
1819
abbr "k"="kubectl"

0 commit comments

Comments
 (0)