Files
tldr/pages.fr/common/git-pr.md
2021-05-01 12:49:31 -04:00

20 lines
362 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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`