What is GIT version control?
Answer / Rohitash Singh
Git version control manages files and directories in a repository, allowing multiple people to work on the same project simultaneously.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is another option for merging in git?
What are the advantages of using GIT?
What is the function of ‘git diff ’ in git?
What is a repository and how will you create it?
Explain the difference between rebase and merge?
Name some git commands and also explain their functions?
What is subgit?
Why GIT better than Subversion?
What does ‘hooks’ consist of in git?
What is GIT stash?
How can conflict in git resolved?
What is the common branching pattern in GIT?