Version Control
This page explains the stages of version control using Git.
Stages:
- Working Directory (Local file area)
- Staging Area (Ready for commit)
- Local Repository (Contains all commits in local directory)
- Global Repository (Remote repository - Contains all commits in the web)
For
more information