Skip to content

sakariy7/git-quiz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Git Quiz


  1. What is a repository?

is location either real or virtual where data is stored

  1. What is the Git command to make a copy of a repo to your laptop? git clone
  1. What is the Git command to send your code to Github?

    git push origin main

  1. What does the -m in a Git commit command mean or do?

    the -m stands for message when calling git commit it is required to include amessage

  2. What is the Git command for making a commit?

    git commit -m ""

  3. What is the Git command to put your files in the staging area?

    git add .

  4. What does origin stand for when pushing you code?

    the origin represents aremoute name where the user wants to push the changes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors