When I'm doing git rebase -i, I have an option to squash my commits into one.
What I normally do is change the 1st commit message and squash the rest of the commits.
After that I'm presented with a screen that tells me to:
Please enter the commit message for your changes.
Is there a way to use only the one commit message I decided in the previous step?