The duty-roster repo contains five files, each one containing names of people assigned to a duty roster for a specific day of the week. For example, Monday.txt contains names of people assigned to duties on Mondays. These files are updated monthly, to record any changes to duty assignments.

Answer the questions in the answers.txt, by examining the relevant commits in the duty-roster repo.

Exercise view-commits

This exercise is currently under development/testing, not yet released to users.

To download the exercise:

  • Navigate inside the gitmastery-exercises folder.
  • Run gitmastery download view-commits command.

Scenario:

The duty-roster repo contains five files, each one containing names of people assigned to a duty roster for a specific day of the week. For example, Monday.txt contains names of people assigned to duties on Mondays. These files are updated monthly, to record any changes to duty assignments.

Your task:

Answer the questions in the answers.txt, by examining the relevant commits in the duty-roster repo.


To verify your work:

  • Navigate to anywhere inside the gitmastery-exercises/view-commits folder (or any sub-folder of it).
  • Run the gitmastery verify command.

To reset the exercise and start over, navigate to the gitmastery-exercises/view-commits folder and run the gitmastery progress reset command.