Skip to content

AbdilahiMohamed/git-quiz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Git Quiz


  1. What is a repository?

" a place or folder that you can store your files "

  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 " 4. What does the -m in a Git commit command mean or do?

" m means a comment that descripes what you want to commit "

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

" git commit "

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

" git add : u can use dot notation for all or specific folder name "

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

    " origin means the link of my repository "

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors