Commit e88204f1 authored by Michal Hečko's avatar Michal Hečko
Browse files

Merge branch 'hw-class6' into 'main'

Update class 6 hw for this run

See merge request red-hat/mastering-git!52
parents b7807d47 ab7f44d0
Loading
Loading
Loading
Loading
+13 −15
Original line number Diff line number Diff line
@@ -178,21 +178,19 @@ from a teacher. Your partner can ask you to do changes in the MR!

### Class 6 homework

**Deadline**: XX. XXX 2025, 23:59
**Deadline**: 8. April 2025, 23:59

The last homework consists of two parts.
We'll have a small quiz. Use this upstream repository for all the answers.

Part 1: Please fill the questionnaire about the Mastering Git course: https://forms.gle/cL2bbTbKp6GfvQTn9
Partially it comes from the university faculty, partially - from us. We will truly appreciate you being honest. 

Part 2: Questions to answer
1. How many commits were merged into main between September 1st and October 30th 2023?
2. Who authored commit “Merge branch 'hw03' into 'main'” and what is the commit body?
3. Find one commit that you think should have better title or body and tell us how and why?
  - If you are the author, that’s amazing :)
4. Show us a commit that DID NOT change README.md in the month of September?
5. How many unique contributors the repository has at October 31st?
6. How many commits differ between main and main-oct-9?
1. How many commits were merged into the main branch between March 1st and March 25th 2025?
2. Who authored commit “add bonus task info in README.md”?
3. Find one commit that you think should have a better title or body and tell us how and why?
4. Using the `^`, `~` syntax, your task is to navigate from commit 069847a71c85fa041e129241dc2a0da135848ebd to ae995559587c337cc9068b7fb41a9038ce131f3a.
5. How many unique contributors the repository has at March 23rd?
6. Which command can produce this output?
  ```
   M README.md
  ```
7. Which commit added this line?
  `**Grading**: successfully complete 5 mandatory homeworks, or 4/5 homeworks plus a bonus task`