Created
January 14, 2019 20:01
-
-
Save emeaguiar/3c37d519608d9ce5c8a7dd946c5b7391 to your computer and use it in GitHub Desktop.
SSH
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
$ git checkout master // Asegurarnos de tener la versión más reciente de master | |
$ git merge --no-ff feature/slideshow // Unir nuestra nueva funcionalidad a master | |
$ git push origin master // Enviar la versión más reciente al repositorio (en Github) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment