Added discription for git log --oneline --<filename>

This commit is contained in:
2025-09-10 15:32:18 +05:30
parent df394da8e2
commit 6be5cb4f32

View File

@ -1,7 +1,9 @@
git log -- filename : git log -- <filename> :
shows the commmit message for a specific file. shows the commmit message for a specific file.
git log -p --filename : git log -p --<filename> :
shows line by line changes for each commmit in a specific file 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