Git Fundamentals Git is a version control system that allows us to track changes and commit them to history. Here is a growing collection of resources and helpful commands to know when working with git. Git Commands git config git init git add git commit git remote git push git pull git status git clone External Resources Markdown Cheat Sheet git Documentation gitignore Documentation git Branches