From df394da8e22380959711b6ec93bdbaae4a65f317 Mon Sep 17 00:00:00 2001 From: gokul Date: Wed, 10 Sep 2025 15:28:48 +0530 Subject: [PATCH] Added discription for git log -p --filename --- assignment.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assignment.txt b/assignment.txt index 9cfabb8..a15210f 100644 --- a/assignment.txt +++ b/assignment.txt @@ -1,3 +1,7 @@ git log -- filename : shows the commmit message for a specific file. +git log -p --filename : + shows line by line changes for each commmit in a specific file + +