Skip to content

abdillahi485/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?

defined as a location in the GitHub platform where the files and codes corresponding to the projects and their respective versions as a part of revision history is stored, managed, and used

  1. What is the Git command to make a copy of a repo to your laptop?

git clone 3. 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 is meant for message 5. What is the Git command for making a commit?

git commit 6. What is the Git command to put your files in the staging area?

git add 7. What does origin stand for when pushing you code?

is shorthand name for the remote repository that a project was originally cloned from

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors