When you want Git to track a file in a repository, you must explicitly add it to the repo, which can become a bit cumbersome if you have many files.
Add one or more files to staging (index):
git add git add *