git使用总结

查看git工作区,是否干净.

git status

git使用总结

 建立一个分支:

git checkout -b login

git使用总结

 查看当前的分支:

git branch

git使用总结

git

相关推荐