查看git工作区,是否干净.
git status
建立一个分支:
git checkout -b login
查看当前的分支:
git branch
git使用总结
原文:https://www.cnblogs.com/sunliyuan/p/12828654.html