load test
Find a file
2019-11-15 09:31:11 +01:00
.github Inject production OAuth client ID+secret into release 2019-11-08 18:57:22 +01:00
.vscode Add VS Code settings 2019-10-07 16:36:23 +02:00
api Merge remote-tracking branch 'origin/master' into pr-checkout 2019-11-15 09:31:11 +01:00
auth Wire up OAuth authentication flow to initialize config file 2019-10-18 19:08:11 +02:00
command Merge remote-tracking branch 'origin/master' into pr-checkout 2019-11-15 09:31:11 +01:00
context Cover more pr checkout test scenarios 2019-11-14 20:53:34 +01:00
git Test the scenario where the target branch already exists 2019-11-14 20:29:24 +01:00
test Merge pull request #63 from github/branch-from-fork 2019-11-15 09:28:00 +01:00
ui initial commit 2019-10-03 22:20:31 -05:00
utils Only capture stderr of commands that don't have configured Stderr 2019-11-14 20:02:42 +01:00
.gitignore Configure goreleaser.yml 2019-11-08 18:53:09 +01:00
.goreleaser.yml Inject production OAuth client ID+secret into release 2019-11-08 18:57:22 +01:00
go.mod use errors.Wrap 2019-11-13 15:00:57 -06:00
go.sum use errors.Wrap 2019-11-13 15:00:57 -06:00
main.go Also print cmd usage string on "unknown command" 2019-10-31 22:44:43 +01:00
Makefile Inject production OAuth client ID+secret into release 2019-11-08 18:57:22 +01:00
README.md Remove redirect to helper-cli from the README 2019-10-29 13:43:47 -04:00

gh - The GitHub CLI tool

The #ce-cli team is working on a publicly available CLI tool to reduce the friction between GitHub and one's local machine for people who use the command line primarily to interact with Git and GitHub. https://github.com/github/releases/issues/659

This tool is an endeavor separate from github/hub, which acts as a proxy to git, since our aim is to reimagine from scratch the kind of command line interface to GitHub that would serve our users' interests best.

Process