Commit ea6bcd83 authored by Vladimír Kousal's avatar Vladimír Kousal
Browse files

added the homework solution

parent f54ffada
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
1) 
command: git log --merges --since="2025-03-01" --until="2025-03-25" --oneline main | wc -l
answer: 4
answer: 17

2)
command: git log --all --grep="add bonus task info in README.md"
@@ -19,14 +19,11 @@ I looked at the graph and manually got the answer:

5)
command: git shortlog -sne --before="2025-03-24"
answer: 4 
23  Tomas Tomecek <ttomecek@redhat.com>
5  Irina Gulina <igulina@redhat.com>
3  Tomáš Tomeček <qtomecek@fi.muni.cz>
2  Michal Hečko <qhecko@fi.muni.cz>
answer: 18

6)
command: git status --short


command: git diff --name-status x y

7)
command: git log -S"**Grading**: successfully complete 5 mandatory homeworks, or 4/5 homeworks plus a bonus task"
answer: 35c747bd17c2dab94d4331a9fcfbc6dd53dfbec8 (Irina Gulina)