This is a short and simple set of instructions for the most basics of github.
- Git is a version control system, which enables coders to easily collaborate on projects.
- Git enables enables easy branching and forking of repositories allowing coders to make and test changes without affecting the production code.
- Repositories keep track of changes from version to version rather than storing multiple copies of the code base.
- Repositories can be stored remotely allowing 24/7 access to the code base for all coders.