0 votes
by
What are the main benefits of GIT?

1 Answer

0 votes
by

There are the following primary advantages of GIT:

Distributed System: GIT is a Distributed Version Control System (DVCS). So you can keep your private work in adaptation control yet totally escaped others. You can work disconnected too.

Flexible Workflow: GIT enables you to make your own work process. You can utilize the procedure that is appropriate for your venture. You can go for brought together or ace slave or some other work process.

Fast: GIT is quick when contrasted with other form control frameworks.

Data Integrity: Since GIT utilizes SHA1, information isn’t less demanding to degenerate.

Free: It is free for individual utilize. Such huge numbers of beginners utilize it for their underlying activities. It likewise works exceptionally well with substantial size task.

Collaboration: GIT is anything but difficult to use for ventures in which joint effort is required. Numerous prevalent open source programming over the globe utilize GIT.

Related questions

0 votes
asked Sep 4, 2020 in Git by Robindeniel
+1 vote
asked Apr 18, 2020 in Git Slack Integration by SakshiSharma
...