标签:commit ranch git pull 切换 git git clone com nbsp 分支
git clone http://
git branch -a //查看远程分支
git checkout //切换分支
git commit //本地仓库保存
git pull //远程仓库更新到本地仓库
git push origin /master //推送本地仓库代码到远程仓库
标签:commit ranch git pull 切换 git git clone com nbsp 分支
原文地址:https://www.cnblogs.com/wizarder/p/6143763.html