GitHub CLI beta program has launched – with support for issues and pull requests

GitHub on the command line is now available as beta version. It allows you to create pull requests, view bug details and more—directly from the CLI. The beta program of GitHub CLI is open to macOS, Windows and Linux users, and GitHub is open for feedback on improving its latest tool.
In a blog post, GitHub CLI has been announced as a beta version. Let’s see how GitHub’s new tool brings pull requests, issues and more directly to the terminal.
SEE ALSO: GitHub enters the next phase of storing code at the Arctic Code Vault
Features
The beta version of the GitHub CLI, gh
, offers support for issues and pull requests. GitHub has provided some examples to show when gh
can be helpful.
Here’s how to create a pull request with GitHub CLI:

Source: GitHub