Lesson Overview

The goal of this lesson is to expose you to a variety of key commands to help you get started with Git starting from walking through Git installation.

You may have your terminal program open and follow along for: 

  • Creating a repository (repo)
  • Adding files to a repo
  • Comparing file versions
  • Logging and recovering file versions
  • Removing files from repo
  • Reverting changes: reset, checkout & revert
  • Checking the status of files
  • Creating file aliases
⏱ Estimated Read Time: ~3 hours
🧩 Quizzes: 1    📝 Activities: 10    💻 Exercises: 1