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 difference between rebasing and merge in git?
What are the different ways you can refer to a commit?
To delete a branch what is the command that is used?
How many heads can be created in a repository?
What is Subgit? Why to use Subgit?
What is the function of git clone?
What is the purpose of branching and how many branching strategies can you apply?
What is another option for merging in git?
How to resolve a conflict in git?
What is the function of ‘git config’?
Explain git stash, pop?
How will you know in git if a branch has already been merged into master?