git checkout -b hist
#edit quotes.md and add changes git apply doc/quotes.patch git add -p quotes.md #add change with amend git commit --amend
git checkout rewrite git rebase -i HEAD~
#deletar commits #reflog #desfazer ação #juntar commits #editar um commit entre outros
git push origin branch -f