$ ls projects/
audio-processing/
data-science/
web-development/
$ cat projects/README.md
$ git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
$ echo "I learned HTML to make this site"
I learned HTML to make this site
$ █