Compare commits
3 Commits
e2914f3b70
...
6be5cb4f32
| Author | SHA1 | Date | |
|---|---|---|---|
| 6be5cb4f32 | |||
| df394da8e2 | |||
| 7e2c7a9396 |
9
assignment.txt
Normal file
9
assignment.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
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
|
||||||
|
|
||||||
Reference in New Issue
Block a user