3 Stages in Git
Git works in three main stages that help you manage changes step by step:
- Working Directory – This is where you create and edit your files on your computer.
- Staging Area – This is where you prepare and select the changes you want to save.
- Repository – This is where your changes are permanently saved as commits in Git.