From 60533b77af45412c859562bb0f6d79c1fb246adc Mon Sep 17 00:00:00 2001 From: "ashish.livingston" Date: Sat, 30 Aug 2025 07:47:00 +0000 Subject: [PATCH] Update GIT_ASSIGNMENT.md --- GIT_ASSIGNMENT.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/GIT_ASSIGNMENT.md b/GIT_ASSIGNMENT.md index c956cc5..4ef5a3c 100644 --- a/GIT_ASSIGNMENT.md +++ b/GIT_ASSIGNMENT.md @@ -11,4 +11,8 @@ If they all edit separately and email files around, they’ll end up with many d 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 newline at end of file +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) \ No newline at end of file