kevinxft / Notebook

个人笔记本
0 stars 0 forks source link

git alias config #20

Closed kevinxft closed 2 years ago

kevinxft commented 2 years ago
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.st status
git config --global alias.ci commit
git config --global alias.co checkout