Created
April 26, 2013 01:00
-
-
Save PabloVallejo/5464441 to your computer and use it in GitHub Desktop.
This file contains 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
# 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