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 |
What is the common branching pattern in GIT?
How to remove a file from git without removing it from your file system?
Name a few git commands and explain their usage.
How many heads can be created in a repository?
Mention the various git repository hosting functions.
Explain the advantages of forking workflow?
How is git instaweb used?
What is the purpose of branching in GIT?
Distinguish between git fetch and git pull?
What does commit object contain?
What is git Is-tree?
What is the difference between fork, branch, and clone?