Skip to content

Instantly share code, notes, and snippets.

@PabloVallejo
Created April 26, 2013 01:00
Show Gist options
  • Save PabloVallejo/5464441 to your computer and use it in GitHub Desktop.
Save PabloVallejo/5464441 to your computer and use it in GitHub Desktop.
# Antes que nada, haga commit de sus cambios
git add .
git commit -m "Descripcion del commit."
# Luego baje los ultimo del master en el server
git pull origin master
# Ahora si puede subir sus commits al server
git push origin nombre-de-su-branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment