[[Git]] consists of 4 different [[Git area|areas]], with a bit different purpose:
- local (on your computer)
1. [[Working directory (git)|Working directory]] - **draft** of your changes
2. [[Staging Area (git)|Staging area]] - **selection** of your changes to be saved
3. [[Local repository (git)|Local repository]] - **save** of your selected changes
- remote (on server)
- [[Remote repository (git)|Remote repository]] - shared **save** on server
^flow