We've just created a repository, which is a special directory that imports our work to Git. Every project we want to track needs such a repository.

Sweet! With git init, we can turn an ordinary directory into a repository and start tracking changes.

Psst: repositories are also referred to as repos.

Let's try git init, okay?