What command do you use to setup a git repository inside of your folder?
git init
What command do you use to ask git to start tracking a file?
git add
What command do you use to ask git to move your file from the staging area to the repository?
git commit