Sweet! With git init, we can turn an ordinary directory into a repository and start tracking changes.
git init
Psst: repositories are also referred to as repos.
Let's try git init, okay?