Authors: 2022-08-12 | Last update: 2022-08-12
| Created: 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
Some example commands¶
View the repository remotely.
gh repo view --web
Create a pull request remotely.
gh pr create --web