Skip to content

Instantly share code, notes, and snippets.

@codepainkiller
Last active April 26, 2016 21:00
Show Gist options
  • Save codepainkiller/0dc91efc432fe2eb6cf1 to your computer and use it in GitHub Desktop.
Save codepainkiller/0dc91efc432fe2eb6cf1 to your computer and use it in GitHub Desktop.
Comandos Git
# Revert merge
git reset --merge ORIG_HEAD
#
git branch --set-upstream-to=origin/<padre> <hijo>
git branch --set-upstream-to=origin/sprint_1 EP-611-cambio-de-paquetes-a-mostrar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment