What new progammers need to know as they embark into programming.
- Create a branch
- Push code always
- Then create PR
- Comment on peers code
- Follow consistent nameing convestion
- Follow consistent indentation
- Merge your PR at all time
- Delete branchs (Don't keep too much branchs locally or on remote repo)