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.
view-commitsTo download the exercise:
gitmastery-exercises folder.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:
gitmastery-exercises/view-commits folder (or any sub-folder of it).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.