ebrahimbeiati / Git-CLI-Coursework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

my answer is

  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?

About