Hoy, tenemos un tutorial sobre git submodules.
En este tutorial tenemos 4 comandos como ejemplo.
Para hacerlo, tenemos que hacer un clone o fork de un repo que kreatyve designs tiene en github.
git clone https://github.com/ringsce/west.git

Ahora tenemos que que abrir el fichero README.md


poner este codigo en README.md
## Site
MMO sign up website
git add .
git commit -m "added website for sign up"
git push -u --force
Después tenemos el fork

mkdir test && cd test
git clone --recursive https://github.com/ringsce/west.git

Leave a Reply