0 votes
in Git by (23.1k points)
What are the advantages of Git over SVN?

1 Answer

0 votes
by (23.1k points)
Since Git is an open source version control system it lets you run multiple versions of your project so that it shows the changes that are made to the code over time and if needed you can keep a track of the changes that you have made. This means that large number of developers can make their own changes and upload those changes so that the changes can be attributed to the particular developers.
...