To edit git message we need to run following instructions.
git rebase -i HEAD~no_of_commitYou will get a editor.Change pick to edit.Then save and exit using :wq command now run following command
git commit --amend git rebase --continue
0 Comments