diff --git a/example.txt b/example.txt index 88e7e89..1b3f78c 100644 --- a/example.txt +++ b/example.txt @@ -1,4 +1,10 @@ Tech Thursday assignment 3 date 10-09-2025 git log -- : - shows the commmit message for a specific file. \ No newline at end of file + shows the commmit message for a specific file. + +git log -p -- : + shows line by line changes for each commmit in a specific file + +git log --oneline -- : + shows commit history in short form for the specific file \ No newline at end of file