In the shopping-list repo given, there is a shopping-list.txt.

  1. Edit it (using any text editor) to remove at least one item from the shopping list and add at least one new item to the shopping list.
  2. Stage the change and commit it.

Exercise grocery-shopping

To download the exercise:

  • Navigate inside the gitmastery-exercises folder.
  • Run gitmastery download grocery-shopping command.

Scenario:

Your task:

In the shopping-list repo given, there is a shopping-list.txt.

  1. Edit it (using any text editor) to remove at least one item from the shopping list and add at least one new item to the shopping list.
  2. Stage the change and commit it.

To verify your work:

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

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