0 votes
in GitHub by
What are the advantages of Git over SVN?

1 Answer

0 votes
by

What are the advantages of Git over SVN?

Since Git is an open source version control system it lets us run multiple versions of our project so that it shows the changes that are made to the code over time and if needed we can keep track of the changes that we have made. This means that a large number of developers can make their own changes and upload those changes so that the changes can be attributed to the particular developers.

...