« Git/Github » : différence entre les versions

Aucun résumé des modifications
Aucun résumé des modifications
Ligne 2 : Ligne 2 :
{{sommaire à droite}}
{{sommaire à droite}}
Github est un hébergeur de dépôts git<br>
Github est un hébergeur de dépôts git<br>
Je l'utilise à titre personnel&nbsp;{{githublink|link=https://github.com/JLTRY}}<br><br>
Je l'utilise à titre personnel&nbsp;{{githublink|link=JLTRY|text=Github}}<br><br>


== Récupérer un pull localement pour tests ==
== Récupérer un pull localement pour tests ==

Version du 1 décembre 2024 à 19:06

Github est un hébergeur de dépôts git
Je l'utilise à titre personnel  Github

Récupérer un pull localement pour tests

Voir Extraction de demandes de tirage localement - Documentation GitHub icon="https://docs.github.com/assets/cb-345/images/site/favicon.png"

#ex: git fetch origin pull/ID/head:BRANCH_NAME
git fetch origin pull/45/head:pull_45


Synchroniser son fork avec la branche principale

Voir Synchronisation d’une duplication - Documentation GitHub icon="https://docs.github.com/assets/cb-345/images/site/favicon.png"

#ex:git pull https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git BRANCH_NAME
 git pull https://github.com/jmcameron/attachments master


Liens Externes