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 the difference between git vs svn



What is the difference between git vs svn..

Answer / Tajuddin

Git and SVN (Subversion) are both version control systems, but they have several differences: Git is distributed while SVN centralized; Git uses a hash-based history while SVN linearizes it; Git allows for multiple branches simultaneously while SVN handles them sequentially.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is ‘git add’ is used for?

1 Answers  


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

1 Answers  


Distinguish between git fetch and git pull?

1 Answers  


What is git bisect?

1 Answers  


What does commit object contain?

1 Answers  


What is the difference between git pull and git fetch?

1 Answers  


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

1 Answers  


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

1 Answers  


What is a distributed vcs?

1 Answers  


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

1 Answers  


What is the function of git clone?

1 Answers  


What is the function of ‘git stash apply’?

1 Answers  


Categories