3 Commits

Author SHA1 Message Date
8ee5230729 added explanation 2025-09-10 17:05:34 +05:30
d9cdcb5d67 removed day 2025-09-10 16:59:03 +05:30
bc129fd68f added git log -- <filename> explanation 2025-09-10 16:57:23 +05:30

View File

@ -1,3 +1,10 @@
Tech Thursday assignment 3
date 10-09-2025
wednesday
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
git log --oneline --<filename> :
shows commit history in short form for the specific file