What is GIT version control?



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

Post New Answer

More Git Interview Questions

How can you use git bisect to determine the source of a (regression) bug?

1 Answers  


How many heads can be created in a repository?

1 Answers  


What is the difference between GIT and SVN?

1 Answers  


What are the benefits of using version control system?

1 Answers  


What is the use of ‘git log’?

1 Answers  


What commands will you use to bring a new feature to the main branch?

1 Answers  


What is the purpose of branching and how many branching strategies can you apply?

1 Answers  


What does a commit object contain?

1 Answers  


Mention the various git repository hosting functions.

1 Answers  


How can you fix a broken commit?

1 Answers  


What is git reflog?

1 Answers  


What is “Staging Area” or “Index” in GIT?

1 Answers  


Categories