From 8ee5230729e32b315aefe6bfcd9882a572fe1c0f Mon Sep 17 00:00:00 2001 From: gokul Date: Wed, 10 Sep 2025 17:05:34 +0530 Subject: [PATCH] added explanation --- example.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/example.txt b/example.txt index 88e7e89..1b3f78c 100644 --- a/example.txt +++ b/example.txt @@ -1,4 +1,10 @@ Tech Thursday assignment 3 date 10-09-2025 git log -- : - shows the commmit message for a specific file. \ No newline at end of file + shows the commmit message for a specific file. + +git log -p -- : + shows line by line changes for each commmit in a specific file + +git log --oneline -- : + shows commit history in short form for the specific file \ No newline at end of file