Git

De Jose Castillo Aliaga
Ir a la navegación Ir a la búsqueda

Comandos per a Github

Iniciar:

git init

Clonar:

git clone https://github.com/xxjcaxx/sistemesinformatics.git

Configurar:

git config --global user.name "nom"
git remote add origin https://github.com/xxjcaxx/sistemesinformatics.git
git pull origin master

Enllaços

Que guarde credencials

git config --global credential.helper store