What is a repository in GIT?



What is a repository in GIT?..

Answer / Shiv Gopal Panday

A 'repository' is a storage location for the files and history of a project under Git version control.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is the common branching pattern in GIT?

1 Answers  


How to remove a file from git without removing it from your file system?

1 Answers  


Name a few git commands and explain their usage.

1 Answers  


How many heads can be created in a repository?

1 Answers  


Mention the various git repository hosting functions.

1 Answers  


Explain the advantages of forking workflow?

1 Answers  


How is git instaweb used?

0 Answers  


What is the purpose of branching in GIT?

1 Answers  


Distinguish between git fetch and git pull?

1 Answers  


What does commit object contain?

1 Answers  


What is git Is-tree?

1 Answers  


What is the difference between fork, branch, and clone?

1 Answers  


Categories