What is the command that tells git to track all changes?
git add .
How do you tell git to track only a single file
git add “filename”
What is the git command that sends changes from your local repo to a remote?
git push
True or False: you can have multiple remotes associated to your local repo
True. You can add any number of remotes, then fetch/merge and push to each one.
With git, you are tracking __________, not _________ .
files not folders
True or False: if you add files to be tracked by git, you only have to do it once.
False. You need to add files to be tracked any time you are ready to commit so that git knows which file you