Created
August 21, 2012 17:31
-
-
Save javier/3417581 to your computer and use it in GitHub Desktop.
Usando git en 7 líneas
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
1. git clone VUESTRA_URL_DEL_PROYECTO | |
2. copiais el proyecto a la carpeta que se acaba de crear | |
----- | |
3. git add * | |
4. git commit -m "proyecto vacío" | |
5. git push origin master | |
--- | |
Cada vez que queráis algo repetís 3,4,5 | |
git status os deja ver siempre los cambios que hay por subir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment