git 多人编辑流程

git stash 临时保存做过的修改

git pull 拉取新的内容

git stash apply 回指保存的内容

git add .

git commit -m ''

git push

原文地址:https://www.cnblogs.com/zhangdong156/p/11951808.html