gitconfig: add alias for switch

This commit is contained in:
Lucas 2023-11-25 11:09:37 +00:00
parent 29d56d0afa
commit 904a4be896
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
rbc = rebase --continue
rbi = rebase -i --autosquash
st = status -s
sw = switch
tree = log --all --graph --pretty='%h%d %aN: %s'
[pull]