-
Before changes in new files can be added to the Git directory, what command will tell Git to track our file in the list of changes to be committed?
[ ] git status
[x] git add
[ ] git commit
[ ] git init -
Which command would we use to review the commit history for our project?
[ ] git clone
[ ] git status
[ ] git config -l
[x] git log -
What command would we use to make Git track our file?
[ ] git clone
[ ] git status
[x] git add
[ ] git log -
Which command would we use to look at our config?
[ ] git clone
[ ] git status
[x] git config -l
[ ] git log -
Which command would we use to view pending changes?
[ ] git clone
[x] git status
[ ] git config -l
[ ] git log