I can't tell you how many times my undergraduate students have gotten in the weeds because they `git add .` or `git add *`. It's much better to explicitly add the file or files you want to commit. Would you consider changing the first git commit card (git add .; git commit) to `git add glass`?