#configuration

2 commande(s) avec le tag #configuration

Commandes partagées par la communauté CodeBox, copiables en un clic.

Change l’URL du dépôt distant (utile si tu changes de repo ou de compte GitHub).

bash
git remote set-url origin https://github.com/user/nouveau-repo.git

Lie le projet local à un dépôt distant.

bash
git remote add origin https://github.com/user/repo.git