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...


Why git and not svn?



Why git and not svn?..

Answer / Devendra Pratap

Git is preferred over SVN due to several reasons such as: 1) Distributed nature - every developer has a full copy of the entire project, allowing for local work without reliance on a central server. 2) Better handling of merges with the merge-conflict resolution tools. 3) Flexibility in managing branches and tags. 4) Support for non-fast-forward merges which allows developers to revert changes if necessary.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

In git, how would you return a commit that has just been pushed and made open?

1 Answers  


What is git fork? What is the difference between fork, branch, and clone?

1 Answers  


Explain the difference between rebase and merge?

1 Answers  


How to revert previous commit in git?

1 Answers  


Tell me the difference between head, working tree and index, in git.

1 Answers  


What is the difference between git and github?

1 Answers  


Explain the advantages of forking workflow?

1 Answers  


What are git stash and git stash drop?

1 Answers  


What is the function of ‘git diff ’ in git?

1 Answers  


What is a repository in GIT?

1 Answers  


What is the function of ‘git config’?

1 Answers  


What is GIT version control?

1 Answers  


Categories