Clone a Repository

git clone <https://github.com/username/repository.git>
cd repository

To work in the terminal with Github:

Install:

brew install gh

Login

gh auth login

Basic Git Commands

Check Status

git status

Stage Changes

git add filename.txt
git add .

Commit Changes