Skip to content

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 543 Bytes

File metadata and controls

executable file
·
9 lines (6 loc) · 543 Bytes

This is a short and simple set of instructions for the most basics of github.

What is Git?

  • 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.