Bring back CLI instructions for checking out PRs
See original GitHub issueI’m talking about Step 1 in the section that comes up if you click ‘view command line instructions’ at the bottom of PRs. I just moved to a new laptop where I don’t have hub
installed yet and had to discover that checking out PRs without it is surprisingly cumbersome 😅
Using this box, you just have to click the copy button and paste it into the terminal to check out a PR locally. Maybe we can bring it back somehow, perhaps just have the copy button at the top of PRs without showing the commands.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Bring back CLI instructions for checking out PRs #963 - GitHub
I'm talking about Step 1 in the section that comes up if you click 'view command line instructions' at the bottom of PRs....
Read more >GitHub CLI: create and manage PRs from the command line
Mainly for managing pull requests and issues directly from the command line. How to get it *. brew install gh. Chechking PRs for...
Read more >Use GitHub CLI For Command Line Pull Request ... - YouTube
In this video, you'll learn how to use GitHub from the command line using GitHub CLI ; including how to list open pull...
Read more >New GitHub CLI Enables Working with Issues and PRs ... - InfoQ
A final command provided by GitHub CLI is status , which displays a summary view of your work, including the status of your...
Read more >How to Grab a Pull Request Locally with Git Command Line
List all PRs gh pr list # Check out PR #123 gh pr checkout 123. I recorded a video detailing the GitHub command...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I suggested to @sindresorhus to restore this but update the instructions to use
hub
instead, so newcomers aren’t left out in the cold and they’ll learn abouthub
.This change would make it disableable https://github.com/sindresorhus/refined-github/issues/963#issuecomment-468278578