赞
踩
在做push提交前,需要做pull操作将本地仓库的文件更新到最新,故一般按以下顺序执行git操作
git add . git commit -m "update xxx" git pull git push # 进入指定路径下 git branch # 查看远程的分支名