diff --git a/gitsvn.html b/gitsvn.html index 4878b96..67a1831 100644 --- a/gitsvn.html +++ b/gitsvn.html @@ -300,6 +300,20 @@ r4532 = 65ce3a96d11c13d0be24836af3a276561885118c (refs/remotes/git-svn) + + Parênteses + + "Ok, eu posso editar o último commit com git commit --amend. Mas e se o + commit errado não for o último?" + + + git rebase -i HEAD~[número de revisões a voltar] + Irá abrir o editor padrão. Selecione o commit alterando o texto "pick" para "edit". + git commit --amend + git rebase --continue + + +
"Ok, eu posso editar o último commit com git commit --amend. Mas e se o + commit errado não for o último?"
git commit --amend
git rebase -i HEAD~[número de revisões a voltar]
git rebase --continue