8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
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
|
|
|
|
|