0 votes
in Git by
What are the difference between Git and SVN?

I am working on the new project and need to work on GIT, if you can please help on it?

1 Answer

0 votes
by
GitSVN

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

Related questions

0 votes
asked Mar 11, 2021 in Git by rajeshsharma
0 votes
asked Jan 9, 2021 in Git by SakshiSharma
...