tldr/pages/common/git-pr.md

22 lines
427 B
Markdown
Raw Normal View History

2019-01-01 18:57:04 +00:00
# git pr
> Check out GitHub pull requests locally.
> Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-pr>.
2019-01-01 18:57:04 +00:00
- Check out a specific pull request:
`git pr {{pr_number}}`
2021-12-31 20:17:08 +00:00
- Check out a pull request from a specific remote:
2019-01-01 18:57:04 +00:00
`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`