mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 13:33:43 +02:00
git-pr: add page (#2674)
This commit is contained in:
parent
07d6ef9abc
commit
50a1b06395
1 changed files with 19 additions and 0 deletions
19
pages/common/git-pr.md
Normal file
19
pages/common/git-pr.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue