Editar o Git Commits
# Interactively edit the last 2 or other ammount of commits
$ git rebase -i HEAD~2
Bruno Leite
# Interactively edit the last 2 or other ammount of commits
$ git rebase -i HEAD~2