赞
踩
git fetch origin git reset --hard origin/master
git rebase origin/master
然后使用
git pull --rebase
最后使用
git push origin master
把内容提交到远程仓库上。