我被要求在 github 上压缩我的拉取请求中的提交。当我跑步时
git rebase -i HEAD~5
看起来像这样
pick bcbb30d My commit comment
pick 8564706 Other persons commit comment
pick c99bdd2 Other persons commit comment
pick 07bb5b9 Other persons commit comment
pick 2bcff6f Other persons commit comment
pick 77a5076 My commit comment
因为我只想压缩我的提交,所以可以将“壁球”放在我的所有提交上,但一个(将其保留为“选择”)并将其他人的提交也保留为“选择”吗?这只会压缩我的提交吗?