Skip to content

Instantly share code, notes, and snippets.

@emeaguiar
Created January 14, 2019 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emeaguiar/3c37d519608d9ce5c8a7dd946c5b7391 to your computer and use it in GitHub Desktop.
Save emeaguiar/3c37d519608d9ce5c8a7dd946c5b7391 to your computer and use it in GitHub Desktop.
SSH
$ 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