This is the git portion of the workshop.
Here are the basic commands that you will be introduced to:
- git init
- git clone
- git add
- git commit
- git push
- git branch
- git checkout
- git pull
- git merge
- git stash
- git status
- git log
- git revert
- git reset
Other useful git things to know: