diff --git a/ASSIGNMENT-04-09-2025.md b/ASSIGNMENT-04-09-2025.md new file mode 100644 index 0000000..3ec440f --- /dev/null +++ b/ASSIGNMENT-04-09-2025.md @@ -0,0 +1,26 @@ +## Part 1: Viewing File History + +![alt text]() +![alt text]() +![alt text]() +## How many commits modified this file? +7 commits + +## What differences do you see when adding the -p option? +Shows detailed changes for each commit in the file. + +## Part 2: Viewing File History with Blame +![alt text]() +![alt text]() +![alt text]() + +## Who changed each line of the file? +Ajishini, Solomon + +## How does -L help when the file is large? +To view the history of specific lines in a file. + +## What extra information does -e provide? + +To get the email id of the user who made the chages in the file. + diff --git a/git blame -L 1,5 example.txt.png b/git blame -L 1,5 example.txt.png new file mode 100644 index 0000000..f2e693e Binary files /dev/null and b/git blame -L 1,5 example.txt.png differ diff --git a/git blame -e example.txt.png b/git blame -e example.txt.png new file mode 100644 index 0000000..26b8e95 Binary files /dev/null and b/git blame -e example.txt.png differ diff --git a/git blame example.txt.png b/git blame example.txt.png new file mode 100644 index 0000000..b1d6328 Binary files /dev/null and b/git blame example.txt.png differ diff --git a/git log --example.png b/git log --example.png new file mode 100644 index 0000000..f180f05 Binary files /dev/null and b/git log --example.png differ diff --git a/git log --oneline -- example.txt.png b/git log --oneline -- example.txt.png new file mode 100644 index 0000000..9117a45 Binary files /dev/null and b/git log --oneline -- example.txt.png differ diff --git a/git log -p -- example.txt.png b/git log -p -- example.txt.png new file mode 100644 index 0000000..ae07b6d Binary files /dev/null and b/git log -p -- example.txt.png differ