Files
tldr/pages.fr/common/git-pr.md
2021-10-01 15:28:01 -03:00

21 lines
455 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.
> Plus d'informations : <https://github.com/tj/git-extras/blob/master/Commands.md#git-pr>.
- 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`