load test
| .github | ||
| .vscode | ||
| api | ||
| auth | ||
| command | ||
| context | ||
| git | ||
| test | ||
| ui | ||
| utils | ||
| .gitignore | ||
| .goreleaser.yml | ||
| go.mod | ||
| go.sum | ||
| 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.
Process
How to create a release
This can all be done from your local terminal.
git tag -a vYOUR_VERSION_NUMBER -m 'vYOUR_VERSION_NUMBER'git push origin vYOUR_VERSION_NUMBER- Go to https://github.com/github/homebrew-gh/releases and look at the release (read https://github.com/github/homebrew-gh for how to install the release via homebrew)