-
Crear un repo
git init <nombre> -
Ir al repo
cd <nombre> -
Añadir el repositorio online
git remote add -f origin <url> -
Habilitar el sparse checkout
git sparse-checkout init --cone -
Setear el directorio a trabajar
git sparse-checkout set ./Grace -
Hacer un pull
git pull
laureanobruno/GraceIT
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|