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,048 contributions in the last year
Contribution activity
November 2020
Created 32 commits in 6 repositories
Created a pull request in thechangelog/transcripts that received 2 comments
[GitHub's Go-powered CLI] Fix historical reference, unintelligible bits
I made a grammar mistake of saying “Chris, who's been kicked off the project” in the audio, when I meant “who kicked off the project”. I understand…
Opened 4 other pull requests in 4 repositories
Reviewed 11 pull requests in 2 repositories
cli/cli 10 pull requests
- Add support for GH_TOKEN and GH_ENTERPRISE_TOKEN
- Add support for ssh_config Include directives
- Minor fix in USAGE help info for some commands
- Generate correct URL when branch option is passed in
- Fix typos
- #1190 - limit merge methods
- Fetch and print all Issue labels
- Render links as absolute URLs in `repo view`
- Show MousetrapHelpText when double-clicking gh.exe
- Add Gentoo instructions to install the package
Created an issue in github/codeql-go that received 1 comment
False positive for backspace character used in regexp
This line triggered a CodeQL warning in the cli/cli repo:
var placeholderRE = regexp.MustCompile(`\:(owner|repo|branch)\b`)
The warning says:
A re…

