Update ASSIGNMENT-04-09-2025.md

This commit is contained in:
2025-09-11 05:28:42 +00:00
parent 198f74a340
commit fe38bfc1df

View File

@@ -1,4 +1,3 @@
Part 1: Viewing File History Part 1: Viewing File History
![Screenshot](11g.png) ![Screenshot](11g.png)
@@ -12,7 +11,7 @@ Difference with -p: Shows the patch/diff along with commit metadata.
Part 2: Viewing File History with Blame Part 2: Viewing File History with Blame
![Screenshot](b1.png) ![Screenshot](b11.png)
git blame → shows commit, author, timestamp per line. git blame → shows commit, author, timestamp per line.
-L → restricts blame to specific line numbers (useful in large files). -L → restricts blame to specific line numbers (useful in large files).