Added updated screenshots for Viewing File History

This commit is contained in:
2025-09-10 16:31:15 +05:30
parent 1da6f094d0
commit 36e4019ced
5 changed files with 7 additions and 5 deletions

View File

@ -2,17 +2,18 @@
## 1. git log -- assignment.txt
![alt text](git log -- filename.png)
![alt text](<git log-p--filename.png>)
## 2. git log -p -- assignment.txt
![alt text](git log -p -- filename.png)
![alt text](<git log--filename.png>)
![alt text](git log -p -- filename 1.png)
![alt text](<git log-p--filename1.png>)
## 3. git log --oneline -- assignment.txt
![alt text](git log --oneline -- filename.png)
![alt text](<git log--oneline--filename.png>)
## How many commits modified this file?
@ -21,3 +22,4 @@
## What differences do you see when adding the -p option?
Shows detailed changes for each commit in the file.

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB