1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 17:36:23 +02:00
tldr/pages.fr/common/git-pr.md
2020-11-10 08:17:06 -03:00

356 B

git pr

Récupére les pull-request github localement.

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

git pr {{pr_number}}

  • Récupére une pull-request d un dépot spécifique :

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

  • Récupére une pull-request depuis sont url :

git pr {{url}}

  • Nettoie les branches de pull-request terminés :

git pr clean