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

1 Answer

0 votes
by
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.

Related questions

0 votes
asked Mar 26, 2021 in Git by rajeshsharma
0 votes
asked Mar 26, 2021 in Git by rajeshsharma
0 votes
asked Mar 26, 2021 in Git by rajeshsharma
...