git的使用

git add . git commit -m "描述" git push git branch //查看当前分支 git checkout 分支名 //切换分支 git branch 分支名 //新建分支