Change commit message in old commits
Very often we have situations where is needed to change commit message in old commits. Normally if we have problem with last commit message we can just use git rebase -i <commit_id>. But sometimes we need some commits in the middle of existing commits. The best way is to use rebase and reword