Update GIT_ASSIGNMENT.md with new screenshots and notes

This commit is contained in:
2025-09-02 16:11:44 +05:30
parent dc59281c92
commit b5fdcc6e08
7 changed files with 6 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

@@ -59,7 +59,7 @@ Version control is better than emailing files because it keeps a single source o
## Git Log (graph)
![Git log graph](git log_oneline.png)
![Git log graph](Git_Log_Graph.png)
---
@@ -71,7 +71,7 @@ Version control is better than emailing files because it keeps a single source o
## Git Diff (commit1 vs commit2)
![Git diff between two commits](git_diff_between_commits.png)
![Git diff between two commits](diff_two_commit.png)
---
@@ -95,6 +95,7 @@ Version control is better than emailing files because it keeps a single source o
## Ignoring Files with .gitignore
![Ignoring Files with .gitignore](Ignoring_Files_with_.gitignore.png)
![Ignoring Files with .gitignore](ignoring.png)
---
cd D:\git-practice-Rahul

BIN
Git_Log_Graph.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
diff_two_commit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

BIN
ignoring.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

1
secret.txt Normal file
View File

@@ -0,0 +1 @@
"This is a secret file"

View File

@@ -1,2 +1,3 @@
"My first todo item"
"Another task to do"
hi