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

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

1 Answers  


Explain git stash, pop?

1 Answers  


What is the difference between ‘git remote’ and ‘git clone’?

1 Answers  


To delete a branch what is the command that is used?

1 Answers  


What is the function of ‘git rm’?

1 Answers  


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

1 Answers  


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

1 Answers  


What are git stash and git stash drop?

1 Answers  


What are git repository hosting services you used?

1 Answers  


What is a repository in GIT?

1 Answers  


Mention some of the best graphical GIT client for LINUX?

1 Answers  


Name some git commands and also explain their functions?

1 Answers  


Categories