Skip to content

Instantly share code, notes, and snippets.

@javier
Created August 21, 2012 17:31
Show Gist options
  • Save javier/3417581 to your computer and use it in GitHub Desktop.
Save javier/3417581 to your computer and use it in GitHub Desktop.
Usando git en 7 líneas
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