tldr/pages/common/git-pr.md

20 lines
315 B
Markdown
Raw Normal View History

2019-01-01 18:57:04 +00:00
# git pr
> Check out GitHub pull requests locally.
- Check out a specific pull request:
`git pr {{pr_number}}`
- Check out a pull request for a specific remote:
`git pr {{pr_number}} {{remote}}`
- Check out a pull request from its URL:
`git pr {{url}}`
- Clean up old pull request branches:
`git pr clean`