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 |
What does ‘hooks’ comprise of in git?
What is git Is-tree?
What is rebasing syntax in git?
What is subgit and why is it used?
What is the function of ‘git rm’?
What is a commit message?
What is “Staging Area” or “Index” in GIT?
What is ‘head’ in git and how many heads can be created in a repository?
What is git reflog?
What is ‘head’ in git?
What does a commit object contain?
Name a few Git repository hosting services