#remote
5 commande(s) avec le tag #remote
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
Supabase
Lier un projet
Associe ton projet local à un projet Supabase distant.
supabase link --project-ref your-project-id