3 Stages in Git

** Git & GitHub in Practice: Push, Pull & Heal (Part 1 of 3)
Lesson Content
0% Complete

3 Stages in Git

Git works in three main stages that help you manage changes step by step:

  1. Working Directory – This is where you create and edit your files on your computer.
  2. Staging Area – This is where you prepare and select the changes you want to save.
  3. Repository – This is where your changes are permanently saved as commits in Git.

Course Outline