> `git rebase -i HEAD~2`
>
> Then in the text editor, replace 'pick' with 'edit' at the line
> corresponding to the commit containing the error, save.
>
> Then make your correction in the one.txt file, `git add` it, `git commit
> --amend`
> `git rebase --continue`
>

It works :-) !
Thank you!

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to