Skip to content

Install GitHub CLI

GitHub allows interaction with GitHub via the command line. Simplifying creation of remote branches and associated Pull Requests.

For example, a new local branch can automatically be pushed to GitHub with a draft Pull Request with:

gh pr create -d

Installation

Follow the appropriate guide for your OS: