Skip to content

Instantly share code, notes, and snippets.

@xola139
Created October 10, 2014 23:16
Show Gist options
  • Save xola139/facfdc12a759285cf55f to your computer and use it in GitHub Desktop.
Save xola139/facfdc12a759285cf55f to your computer and use it in GitHub Desktop.
Update remote Github
Uno a uno ir colocando esto en consola para actualizar el repositorio con nuevos archivos agregados al proyecto
git add .
git status
git commit -m "some message goes here"
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment