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 |
How can you use git bisect to determine the source of a (regression) bug?
How many heads can be created in a repository?
What is the difference between GIT and SVN?
What are the benefits of using version control system?
What is the use of ‘git log’?
What commands will you use to bring a new feature to the main branch?
What is the purpose of branching and how many branching strategies can you apply?
What does a commit object contain?
Mention the various git repository hosting functions.
How can you fix a broken commit?
What is git reflog?
What is “Staging Area” or “Index” in GIT?