Git the de facto the standard tool for managing your code base. It saves revisions of code so that you will never loose it. Github based on git
allows successful collaborative work of a team.
- Understand basic principals of Git
- Get familiar with basic commands:
git init
git add
git commit
git push
- Get familiar with git flow
- Learn rebase
- Understand Pull Requests and Code Reviews