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,244 contributions in the last year
Contribution activity
September 2020
Created a pull request in cli/cli that received 3 comments
Improve repository base and head resolution
First, this changes how "base" repository is determined when in a git repository. This affects all gh commands that operate on the current repo (i.…
+410
−1,105
•
3
comments
- Document `gh config set pager ...` option
- Fix `release download`
- Extract environment variables as a separate help topic
- Bump Go dependencies
- Fix measuring terminal width for output
- Add support for CLICOLOR standard
- Extend PAGER support to all commands producing significant output
- Make GitHub remote parsing and authentication stricter
- Avoid setting a default `Accept` header in `api` command
- Fix detecting display width of common punctuation characters
- chore: add make clean to remove bin and manpages
- fix(browser): show message if $BROWSER isn't in $PATH
- Fix typo in install_linux.md
- Fix debian executable path
- ♻️ Refactor gist list to use graphQL
- Update command-line-syntax.md
- Fix typo overriden -> overridden
- Fix short description of `gist`
- Fix gist ID extraction from url
- shared/upload: Add .tar format
- Add sudo to pacman install command
- Fix dnf update command
- bunch of gist stuff
- Fallback browser when `xdg-open` does not exist
- Remove square brackets from persistent flag description to fix zsh autocomplete
- Go 1.15+ is required to run the test suit
- hackday: gh repo garden
- support auth login --web
- Extract environment variables as a separate help topic
- Update README.md
- Add env command
- Support "prompt" config setting
- Fix issue listing misalignment
- Handle runtime error on bad user input
- Do not html escape repo view output
- Some pull request reviews not shown.
Created an issue in cli/cli that received 2 comments
Allow setting a default push target for `pr create`
In #1706 we've changed pr create so it no longer automatically pushes to a remote, but prompts instead. We made that change because, during beta, w…
2
comments