Skip to content

gh

AnduinOS Verified App - Open Source

gh is an AnduinOS verified app and it runs awesome on AnduinOS, with easy installation and automatic updates.

gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code. source code

Run the following command to install gh on AnduinOS:

sudo apt install gh

Login your github account:

gh auth login

Create a remote repository from the current directory:

gh repo create my-project --private --source=. --remote=upstream

Checkout the github repository in browser:

gh repo view -w

Checkout the official website for more tips!

Also checkout glab if you are using gitlab.