From 6be5cb4f322b79677b90599d2902f3e8407db272 Mon Sep 17 00:00:00 2001 From: gokul Date: Wed, 10 Sep 2025 15:32:18 +0530 Subject: [PATCH] Added discription for git log --oneline -- --- assignment.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assignment.txt b/assignment.txt index a15210f..e42bab0 100644 --- a/assignment.txt +++ b/assignment.txt @@ -1,7 +1,9 @@ -git log -- filename : +git log -- : shows the commmit message for a specific file. -git log -p --filename : +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