What is git and why do we use it?



What is git and why do we use it?..

Answer / Abhay Murari

Git is a distributed version control system that allows multiple people to work on the same project simultaneously, while keeping track of changes and managing conflicts. We use Git for version control because it simplifies collaboration, enables branching and merging, provides a history of all changes, and supports rollbacks if necessary.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

what is git fork? What is difference between fork and branch? How to create tag?

1 Answers  


In git how do you revert a commit that has already been pushed and made public?

1 Answers  


How to resolve a conflict in git?

1 Answers  


What is the use of ‘git log’?

1 Answers  


Describe the branching strategies you have used.

1 Answers  


What is git fork? How to create tag?

1 Answers  


Mention some of the best graphical GIT client for LINUX?

1 Answers  


Why git and not svn?

1 Answers  


How many heads can be created in a repository?

1 Answers  


What is GIT stash drop?

1 Answers  


How will you know in GIT if a branch has been already merged into master?

1 Answers  


Name a few git commands and explain their usage.

1 Answers  


Categories