Git is a version control system. It is a bit tricky at first but after a while becomes second nature.
Here are some initial commands:
- 'git init'
- 'git status'
- 'git add file'
- 'git commit'
- 'git log'
- 'git diff'
- 'git branch'
- 'git checkout'
- 'git reset'
- 'git merge'
- 'git remote'