1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages.fr/common/git-pr.md
2021-05-01 12:49:31 -04:00

362 B

git pr

Récupère les pull-requests GitHub localement.

  • Récupère une pull-request spécifique :

git pr {{pr_number}}

  • Récupère une pull-request d'un dépôt spécifique :

git pr {{pr_number}} {{distant}}

  • Récupère une pull-request depuis son URL :

git pr {{url}}

  • Nettoie les branches de pull-requests terminées :

git pr clean