#url

3 commande(s) avec le tag #url

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

Génère une URL temporaire d'accès à un objet S3 (1h).

bash
aws s3 presign s3://mon-bucket/fichier.txt --expires-in 3600

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