git 多人编辑流程

git stash 临时保存做过的修改

git pull 拉取新的内容

git stash apply 回指保存的内容

git add .

git commit -m ''

git push

posted @ 2019-11-28 17:59  赤骥  阅读(149)  评论(0编辑  收藏  举报