From 1633be0411f6cca009acb9af39de2936039596d3 Mon Sep 17 00:00:00 2001 From: "muralikrishnan.rajamuni" Date: Sat, 30 Aug 2025 13:08:34 +0530 Subject: [PATCH] add new screenshot --- GIT_ASSIGNMENT.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/GIT_ASSIGNMENT.md b/GIT_ASSIGNMENT.md index e8ac651..6b97f84 100644 --- a/GIT_ASSIGNMENT.md +++ b/GIT_ASSIGNMENT.md @@ -6,10 +6,28 @@ It was created empty (no README, no .gitignore, no license). ### Screenshot: ![Repository Creation](GIT_ASSIGNMENT.png) + +### Working Directory, Staging, and Commits: ![Repository Creation](git_add.png) ![Repository Creation](git_commit.png) + + ### Viewing Commit Logs & Diffs: ![Repository Creation](git_diff.png) + +### Creating & Switching Branches: +![Repository Creation](git_branch.png) +![Repository Creation](gitcheckout.png) + +### Cloning a Remote Repository: +![Repository Creation](git_cloned.png) + + +### Pushing & Pulling Changes: ![Repository Creation](git_push.png) +![Repository Creation](git_pull.png) + +### Ignoring Files with .gitignore: +![Repository Creation](gitignore.png)