Improvement
• 1 minute read

GitHub CLI now supports autofilling pull requests and custom configuration

Summary

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…

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 with gh config set editor [editor].
  • Configure gh to default to SSH with gh 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.

Learn more about GitHub CLI

New Releases

Improvements

Deprecations

Back to top