- rebase to one before whatever commits user hopes to change.
– git rebase -i [HASH] - change pick to reword for commits user hopes to change.
- quit vim using :wq
- change message for each vim that pops up…
- push to remote
– git push –force
https://superuser.com/questions/751699/is-there-a-way-to-edit-a-commit-message-in-github/751909