Added discription for git log -p --filename

This commit is contained in:
2025-09-10 15:28:48 +05:30
parent 7e2c7a9396
commit df394da8e2

View File

@ -1,3 +1,7 @@
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