Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 853 Bytes

File metadata and controls

35 lines (18 loc) · 853 Bytes

Git CLI Quiz

Remember, you must submit this quiz using ONLY Git on the Command Line.

You CANNOT open Github Desktop.


  1. What is a benefit of using the Git CLI rather than a GUI?
  1. What is the Git command to send your code to Github?
  1. What does the -m in a Git commit command mean or do?
  1. What is the Git command for making a commit?
  1. What is the Git command to select the files you want to add to a commit?
  1. What is the Git command to see changes you have waiting to be committed?
  1. What is the Git command to get changes from Github onto your computer?