1 Introduction — what are Git and GitHub?

Git

  • Version control system (track changes in folder/files)
  • Snapshots stored in an “invisible” .git folder
  • a history of snapshots of a file system

Install GIT