in Chapter 3 Committing your changes, under the section How Git views your working tree,
I tried command git add tutorials/*
but it didn’t work and got an error message: zsh: no matches found: tutorials/*
but I tried git add tutorials/
which is OK for me