Changing GIT commit message from commit in history
Try and find the commit characters just before your commit using git log. See Image for clarification git log Once you have found your 6 characters. Say in our case this is 200052 git rebase --interactive 200052 Your editor will...