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

20 lines
360 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-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`