+1 vote
in DevOps by
What is Git?

2 Answers

0 votes
by

Git is a distributed version control system particularly used for recording the changes in the source code during software development. It manages a set of files or a project that change over time. GIT stores the information in a data structure called the repository.

Let's understand the importance of Git through its benefits to organizations:

  1. Feature branch workflow
  2. Distributed development
  3. Pull requests
  4. Data redundancy and replication
  5. High availability
  6. Superior disk utilization and network performance
  7. Collaboration friendly
0 votes
by

One of the most commonly used distributed version control systems, GIT helps keep track of changes made in a particular set of files. This enables you to maintain a record of changes introduced to the original files, giving you the flexibility to switch back to specific versions whenever required.

Related questions

+1 vote
asked Jan 3, 2022 in Bitbucket by Robindeniel
0 votes
asked Mar 26, 2021 in Git by rajeshsharma
...