Process Overview
Version control with Git helps you save and manage changes to your files over time. It lets you track edits, go back to earlier versions, and work with others without losing work.
Version control with Git helps you save and manage changes to your files over time. It lets you track edits, go back to earlier versions, and work with others without losing work.
Local Repository
+----------------+
| Working Folder |
| (files) |
+----------------+
|
v
+----------------+
| Staging Area |
+----------------+
|
v
+----------------+
| Local Repository|
| (commits) |
+----------------+
|
v
+----------------+
| Remote Repository|
+----------------+