git使用总结

git clone   url

git checkout  (-b) 分支名称

git add  文件 (.

git commit -m ‘xxx’

git push origin 远程分支

 

git pull origin 远程分支

 

 

git branch [-a]    切换分支

原文地址:https://www.cnblogs.com/linst/p/8044799.html