Skip to content

Instantly share code, notes, and snippets.

@johnsi15
Created June 18, 2016 14:56
Show Gist options
  • Save johnsi15/fbbbfc73fc8c7a7fe2ef09deb8f4d4ac to your computer and use it in GitHub Desktop.
Save johnsi15/fbbbfc73fc8c7a7fe2ef09deb8f4d4ac to your computer and use it in GitHub Desktop.
Comandos básicos de git
git add .
git commit -m "comentario"
//El git pull para bajar cambios
git pull origin master
------------------------------
//El git push para enviar
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment