added explanation
This commit is contained in:
@@ -2,3 +2,9 @@ Tech Thursday assignment 3
|
|||||||
date 10-09-2025
|
date 10-09-2025
|
||||||
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> :
|
||||||
|
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
|
||||||
Reference in New Issue
Block a user