Version Control

This page explains the stages of version control using Git.

Stages:

  1. Working Directory (Local file area)
  2. Staging Area (Ready for commit)
  3. Local Repository (Contains all commits in local directory)
  4. Global Repository (Remote repository - Contains all commits in the web)
For more information