Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在Git-Tower中将提交消息be390538从“ A ”更改为“ 6 ”
be390538
这将改写历史,意味着从 7 和 8 分支的人更难重新合并
你想要的命令是
git rebase -i be390538^
将弹出一个编辑器,在此编辑器中为提交选择 reword 选项。保存并关闭另一个编辑器将弹出,要求您选择新提交的工作方式(使用旧提交的措辞)
作为注释 ^ 在提交之后意味着提交父