Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Mention some of the best graphical GIT client for LINUX?

1 Answers  


What is a “conflict” in git and how is it resolved?

1 Answers  


What is the command you can use to write a commit message?

1 Answers  


What is GIT stash drop?

1 Answers  


What is the syntax for “Rebasing” in Git?

1 Answers  


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

1 Answers  


What is git fork? How to create tag?

1 Answers  


How do you configure a git repository to run code sanity checking tools right before making commits, and preventing them if the test fails?

1 Answers  


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

1 Answers  


What is git bisect?

1 Answers  


What work is restored when the deleted branch is recovered?

1 Answers  


What is a distributed vcs?

1 Answers  


Categories