diff --git a/ASSIGNMENT-04-09-2025.md b/ASSIGNMENT-04-09-2025.md index aa75e64..c9992bc 100644 --- a/ASSIGNMENT-04-09-2025.md +++ b/ASSIGNMENT-04-09-2025.md @@ -1,4 +1,3 @@ - Part 1: Viewing File History ![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 -![Screenshot](b1.png) +![Screenshot](b11.png) git blame → shows commit, author, timestamp per line. -L → restricts blame to specific line numbers (useful in large files).