load test
| .github | ||
| .vscode | ||
| api | ||
| auth | ||
| command | ||
| context | ||
| git | ||
| test | ||
| utils | ||
| .gitignore | ||
| .goreleaser.yml | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| Makefile | ||
| README.md | ||
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.
Installation
warning, gh is in a very alpha phase
brew install github/gh/gh
That's it. You are now ready to use gh on the command line. 🥳
Process
How to create a release
This can all be done from your local terminal.
git tag 'vVERSION_NUMBER' # example git tag 'v0.0.1'git push origin vVERSION_NUMBER- Wait a few minutes for the build to run and CI to pass. Look at the actions tab to check the progress.
- Go to https://github.com/github/homebrew-gh/releases and look at the release