Cheatsheet for git and github commands
git
A collection of 2 posts
2021 Linux VM Setup: Part 2 - Setting up Git & Github on Ubuntu 20.04
Setting up github with tokens and encrypted authentication, so you don't have to sign in everytime. Photo by Yancy Min / Unsplashsudo apt install git git config --global user.email "insert_github_email_address" git config --global user.name