GIT Push冲突

git fetch origin master:master-tmp
git merge master-tmp
git push
git branch -d master-tmp

最好还是不要多人使用同一个分支

你可能感兴趣的:(GIT Push冲突)