Compare commits
3 Commits
main
...
feature/as
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ee5230729 | |||
| d9cdcb5d67 | |||
| bc129fd68f |
@@ -1,3 +1,10 @@
|
|||||||
Tech Thursday assignment 3
|
Tech Thursday assignment 3
|
||||||
date 10-09-2025
|
date 10-09-2025
|
||||||
wednesday
|
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