
Setting up GitHub Repo using GitHub CLI
2 July 2023

Sanyam
This blog will describe how to setup a github repository using github command line interface.
Github
In this article, we will set up an entire GitHub repo using a terminal using GitHub CLI and do various operations on it.
Installation
- Head over to GitHub’s CLI official website and download the CLI.
For Mac and Linux, follow the instructions provided here
- After installation, spin up the terminal of your choice. I’m using Hyper.
And run the following command to verify if the installation was successful.
$ gh --version
For further read, click here