Update GIT_ASSIGNMENT.md

This commit is contained in:
2025-08-30 07:47:00 +00:00
parent 90ea1241f6
commit 60533b77af

View File

@ -11,4 +11,8 @@ If they all edit separately and email files around, theyll end up with many d
3. Why is version control better than emailing files back and forth? 3. Why is version control better than emailing files back and forth?
No duplicate files → Everything is in one central repository.Clear history → You can see every change with author and timestamp.Easy to undo → If someone makes a mistake, you can roll back to an earlier version.Parallel work → Multiple people can edit different parts without overwriting each other.Faster collaboration → No more “Which version is the latest?” confusion. No duplicate files → Everything is in one central repository.Clear history → You can see every change with author and timestamp.Easy to undo → If someone makes a mistake, you can roll back to an earlier version.Parallel work → Multiple people can edit different parts without overwriting each other.Faster collaboration → No more “Which version is the latest?” confusion.
![Screenshot](screenshots/g1.png)