Practice Quiz: Using Git

11. 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
  • git add
  • git commit
  • git init

12. Which command would we use to review the commit history for our project?

  • git clone
  • git status
  • git config -l
  • git log

13. What command would we use to make Git track our file?

  • git clone
  • git status
  • git add
  • git log

14. Which command would we use to look at our config?

  • git clone
  • git status
  • git config -l
  • git log

15. Which command would we use to view pending changes?

  • git clone
  • git status
  • git config -l
  • git log

Devendra Kumar

Project Management Apprentice at Google

Leave a Reply