我剛剛推送了一個提交,然後意識到我需要更改提交消息。修改推送提交消息
所以在我的本地回購我所做的:
git commit --amend -m "New commit message"
但是,當我再試圖推動這一點,我得到錯誤信息的負荷說
Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull') and try again
這是錯誤的方式修改我的信息?最後,我最終不得不重置我的所有回購協議,然後再次提交新的消息。
所以我的問題是,什麼是正確的方法來修改已經推動的東西的提交信息?