Start By Creating a Repo on GitHub on GitHup Repo Page Copy a GitHub Repo, and Begin Editing Locally git clone https://github.com//somedudeprofile Add New Files in Current GitHub Repo git add ./ Update Repo by Adding Changes to a New Commit git commit -m "Message of Changes" Update Master of Repo git push Sync Current Files to Master git pull Create New Branch git checkout -b "Branch Name" Status of Branch git branch Status of git folder git status Use github-cli gh