From 9078ab1a83b0c401d34a4c7c6d64a0a1afbcf73c Mon Sep 17 00:00:00 2001 From: gokul Date: Wed, 20 Aug 2025 16:46:20 +0530 Subject: [PATCH] added assignment file --- gitassignment.md | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/gitassignment.md b/gitassignment.md index 6a2b3e1..2da1f84 100644 --- a/gitassignment.md +++ b/gitassignment.md @@ -1,7 +1,30 @@ -Version Control: - - Version control is a system used to record and manage changes made to files or code over time. It helps you to: -Keep track of modifications: Identify what was changed, when it was changed, and who made the changes. +## Git Assignment +## 1.Git Version Check +![alt text]() -Recover from errors: Restore previous versions if something goes wrong. +## 2. Installing Git & Configuring User Info + +![alt text]() + +![alt text]() + +## 3. Initializing a Repository + +![alt text]() + +## 4.Working Directory, Staging, and Commits + +![alt text]() + +## 5. Adding & Committing Files + +![alt text]() +![alt text]() + +## 6. Viewing Commit Logs & Diffs + +![alt text]() +![alt text]() +![alt text]() +![alt text]()