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?"

+ +
    +
  1. git rebase -i HEAD~[número de revisões a voltar]
  2. +
  3. Irá abrir o editor padrão. Selecione o commit alterando o texto "pick" para "edit".
  4. +
  5. git commit --amend
  6. +
  7. git rebase --continue
  8. +
+
+