Files
git-practice-Renejit/example.txt
2025-09-10 17:05:34 +05:30

10 lines
310 B
Plaintext

Tech Thursday assignment 3
date 10-09-2025
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