2
這是發生了什麼:混帳合併衝突修改 - 「你的分支和‘產地/主’分道揚鑣」
- 後最近提交給遠程主,我做一個小小事改變我的地方回購
- 我添加
git commit --amend
並使該相同的提交信息的HEAD - 我試圖推動回購與
git push
掌握和現在我得到
On branch master
Your branch and 'origin/master' have diverged,
and have 1 and 1 different commit each, respectively.
(use "git pull" to merge the remote branch into yours)
nothing to commit, working directory clean
我想明白了:
- 爲什麼這到底會發生?
- 我能做些什麼來防止這種情況?
- git修改後如何協調master和local?