Skip to content

Instantly share code, notes, and snippets.

@robsonsilv4
Created February 24, 2019 13:23
Show Gist options
  • Save robsonsilv4/a19c735fc4978fa1ad594a915d84aa28 to your computer and use it in GitHub Desktop.
Save robsonsilv4/a19c735fc4978fa1ad594a915d84aa28 to your computer and use it in GitHub Desktop.
Modificar commit (rebase)
git log --oneline
git rebase --interactive commitasermodificado
git commit --all --amend --no-edit
git rebase --continue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment