$ git remote add theirusername git@github.com:theirusername/reponame.git
$ git fetch theirusername
$ git checkout -b mynamefortheirbranch theirusername/theirbranch
Notez qu'il existe plusieurs URI "corrects" que vous pouvez utiliser pour la télécommande lorsque vous l'ajoutez dans la première étape.
-
git@github.com:theirusername/reponame.git
est un URI basé sur SSH
-
https://github.com/theirusername/reponame.git
est un URI HTTP
Le choix de l'une ou l'autre dépend de votre situation. GitHub propose un article d'aide expliquant la différence et vous aidant à choisir : Quelle URL distante dois-je utiliser ?
3 votes
Vous cherchez git "remotes" : progit.org/book/ch2-5.html