Skip to content

Support us

Authors: Adriaan Molendijk | Created: 2022-08-12 | Last update: 2022-08-12

GitHub Cli Cheat Sheet

The GitHub Cli a is free and open source Cli tool to interact with GitHub repositories. It allows you to work solely from the command line, as well as navigate to remote (web) repositories very easily.

Installation

The GitHub Cli can be found at https://cli.github.com/. The installation are very straightfoward, for example,

brew install gh
on macOS.

Some example commands

View the repository remotely.

gh repo view --web

Create a pull request remotely.

gh pr create --web

Comments