Skip to content

git-mastery/grocery-shopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grocery-shopping

You have been tasked to go grocery shopping for the week.

Inside shopping-list.md, you will find your shopping list items. As you walk around the grocery shop, you remove items from the shopping list that you found. You also notice that your shopping list is missing several things that you cannot find in the current grocery store, so you start adding to the shopping list.

Goal

Edit shopping-list.md and remove at least one item from the shopping list and add at least one new item to the shopping list.

Submission

To submit your progress, run the submit.sh script found in this repository:

bash submit.sh

Hints

Hint 1

Have you removed at least one item from the shopping list?

Hint 2

Have you added at least one (new) item to the shopping list? This item must not have been in the original shopping list.

Hint 3

Not seeing your changes? Are you sure you have run git add shopping-list.md and run bash submit.sh?

Hint 4

Try to change the file to:

- Apples
- Pears

Releases

No releases published

Packages

No packages published

Languages