GitHub CLI 0.7 is out with several of the most highly requested enhancements from the feedback our beta users have provided. Since the last minor release, 0.6, there are three main features:
- Configure
gh
to use your preferred editor withgh config set editor [editor]
. - Configure
gh
to default to SSH withgh config set git_protocol ssh
. The default Git protocol is HTTPS. - Autofill the title and body of a pull request from your commits with
gh pr create --fill
.