#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).

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

Affiche les URL des dépôts distants configurés.

bash
git remote -v

Télécharge un dépôt distant avec tout son historique.

bash
git clone https://github.com/user/repo.git

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

bash
git remote add origin https://github.com/user/repo.git
Supabase Lier un projet

Associe ton projet local à un projet Supabase distant.

bash
supabase link --project-ref your-project-id