-
-
Save codepainkiller/0dc91efc432fe2eb6cf1 to your computer and use it in GitHub Desktop.
Comandos Git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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