インタラクティブリベースを使用すると、コミットの変更、再配置、マージ、メッセージの変更などを行うことができます。
git rebase --interactive
ヘルプを引用して:
# Commands:
# p, pick = use commit
# r, reword = use commit, but edit the commit message
# e, edit = use commit, but stop for amending
# s, squash = use commit, but meld into previous commit
# f, fixup = like "squash", but discard this commit's log message
# x, exec = run command (the rest of the line) using shell
#
# If you remove a line here THAT COMMIT WILL BE LOST.
# However, if you remove everything, the rebase will be aborted.
#
コミットを失うことはあなたが望むものです。