Git Cheatsheet

Sections Basic Git Commands Branches Tagging Setting up linters Resources Basic Git Commands Do something git something Branches List local branches git branch List all branches git branch -av Create a branch git branch <branch_name> checkout Create a branch git checkout <branch_name>