#github
4 commande(s) avec le tag #github
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).
git remote set-url origin https://github.com/user/nouveau-repo.git
Git
Cloner un dépôt
Télécharge un dépôt distant avec tout son historique.
git clone https://github.com/user/repo.git
Lie le projet local à un dépôt distant.
git remote add origin https://github.com/user/repo.git