+1 vote
in DevOps by
what are the advantages of using Git?

5 Answers

0 votes
by

Data redundancy and replication

High availability

Only one. git directory per repository

Superior disk utilization and network performance

Collaboration friendly

Git can use any sort of projects.

0 votes
by
The Advantages of using GIT are:

•Data redundancy and replication

•Any sort of projects can use GIT

•High availability

•Only one .git directory per repository

•Superior disk utilization and network performance

•Collaboration friendly
0 votes
by
Here are some of the most important advantages of Git:

Data redundancy and data replication is possible

It is a highly available service

For one repository you can have only one directory of Git

The network performance and disk utilization are excellent

It is very easy to collaborate on any project

You can work on any sort of project within the Git
0 votes
by

Below are the are the advantages of using Git

  1. Faster release cycles
  2. Easy team collaboration
  3. Widespread acceptance 
  4. Maintains the integrity of source code
  5. Pull requests

    git-7.
0 votes
by

With superior disk utilization and network performance, GIT is extremely collaboration friendly. Its compatibility with all types of present systems or protocols makes it one of the most sought-after version control systems.

Git is a secure platform and uses SHA1 (Secure Hash Function) to name and identify objects inside its repository. It is also a cost-effective solution in the case of smaller projects and smaller teams.

Related questions

0 votes
asked Aug 22, 2023 in GitHub by JackTerrance
0 votes
0 votes
asked Mar 3, 2020 in DevOps by rajeshsharma
...