Enter git

  • Developed by Linus Torvalds (creator of Linux)
  • One of the most popular version control systems
  • A distributed version control system
  • Every developers by default sees the whole "history" of a project
  • Operations generally add information to git rather than delete
  • That means operations are generally safe
  • Clever data organization strikes a nice balance between speed and space efficiency

12 / 23