The duty-roster repo contains text files that track which people are assigned for duties on which days of the week.

  1. Add a lightweight tag first-pilot to the first commit of the repo.
  2. Add the annotated tag v1.0 to the commit that updates March duty roster. The tag should have the message first full duty roster.

Exercise tags-add

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 tags-add command.

Scenario:

The duty-roster repo contains text files that track which people are assigned for duties on which days of the week.

Your task:

  1. Add a lightweight tag first-pilot to the first commit of the repo.
  2. Add the annotated tag v1.0 to the commit that updates March duty roster. The tag should have the message first full duty roster.

To verify your work:

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

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