Improvement
• 1 minute read

GitHub CLI now supports working with repositories locally

Summary

GitHub CLI 0.6 was just released with various bug fixes, improvements, and support for four new commands: gh repo clone – clone a repository locally gh repo create – create…

GitHub CLI 0.6 was just released with various bug fixes, improvements, and support for four new commands:

  • gh repo clone – clone a repository locally
  • gh repo create – create a new repository
  • gh repo fork – create a fork of a repository
  • gh repo view – view a repository in the browser

View the release notes · Download GitHub CLI

Please note: GitHub CLI is in early stages of development. We’d love to hear your feedback.

Back to top