git switch

main
hau 2020-08-14 16:54:50 +07:00
parent 45019d67cd
commit bfc26553da
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ git config --global alias.ci commit
git config --global alias.co checkout
git config --global alias.df diff
git config --global alias.st status
git config --global alias.sw switch
git config --global alias.logo 'log --pretty=oneline'
```