Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,090 contributions in the last year
Contribution activity
August 2020
Created a pull request in cli/cli that received 5 comments
Implement OAuth Device Authorization flow
Before, we implemented the OAuth app authorization flow which requires a callback URL. To provide such a URL, we had to spin up a local HTTP server…
+267
−22
•
5
comments
- Clarify our Go version requirements
- Disallow `pr -R` flag for commands that operate on the current branch
- Correctly surface errors when parsing `pr create --repo` override
- Handle "unauthorized_client" HTTP 400 error when doing Device Flow
- Enable color ANSI escape sequences on stderr on Windows
- Add commands for managing GitHub Releases
- Allow explicitly setting hostname for gh operations
- Add documentation for ":branch" placeholder
- Isolate remaining old-style commands
- Isolate remaining pr commands
- Updating Brew Installation Instructions
- Remove reference to feedback form
- Number and URL included in scriptable output
- gh pr checks
- new auth flow UX
- Using default pager in gh pr diff
- Add installation step for android termux.
- Fix `gh pr diff` with hostname override
- Gist Create - Output Filename
- gh auth refresh
- Add `:branch` placeholder for API calls
- Provide better error message for gh repo clone
- auth status
- Generalize REST error parsing
- Remove period from gh alias --help's output
- Fix debian install example
- gh auth login
- auth logout
- Fix `--milestone` flag on `issues list` command
Created an issue in cli/cli that received 2 comments
Create repositories from template repo
When creating a new repository, users may choose to base it on a repository template. Potential usage: $ gh repo create myrepo --template owner/som…
2
comments