Skip to content

Instantly share code, notes, and snippets.

View danyshaanan's full-sized avatar

Dany Shaanan danyshaanan

View GitHub Profile

Git basics and data structure

Learning Git basics and structure

What is Git?

Git is a Version Control system - a way to manage the changes and progress of a project, so that:

  • We'd know when each change was made, by whom, and why.
  • We'd be able to revert specific changes, even if they were done a while ago.