tldr/pages.fr/common/git-pr.md

20 lines
362 B
Markdown
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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