Git is a Decentralized Version Control tool SVN is a Centralized Version Control tool It belongs to the 3rd generation of Version Control tools It belongs to the 2nd generation of Version Control tools Clients can clone entire repositories on their local systems Version history is stored on a server-side repository Commits are possible even if offline Only online commits are allowed Push/pull operations are faster Push/pull operations are slower Works are shared automatically by commit Nothing is shared automatically
Git
SVN
How to resolve conflict in git?
What is a commit message?
What is the difference between git pull and git fetch?
What is ‘head’ in git and how many heads can be created in a repository?
What is the difference between Git and SVN?
What is the use of ‘git log’?
What is mean by ‘git config’ ?
How to delete branch in git?
List out Git repository hosting services
What is a ‘conflict’ in git?
How can you create a repository in Git?
What is a repository in Git?
How to create branch in git?