Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (9k points)
What is Git Repository?

1 Answer

0 votes
by (45.3k points)

Git allows you to track any changes that you made to the files. It also allows you to distribute and coordinate various tasks among the coders and programmers. In addition, it helps in maintaining data integrity and provides support for non-linear workflows.

Git Repository in Git is a .git/ folder available inside the project. This repository keeps track of all the changes that have been made to the project files by keeping the files of those versions in the folder. It builds the history of the project in time. By deleting the .git/ folder from the project, the entire history of the project will also be deleted.

Git Repository contains the following:

  • Set of commit objects
  • Set of heads which are references to the commit objects

If you want to learn Git and Git Repository and make a career in this field, you must enroll in Intellipaat’s Git Training.

You must also check out this tutorial video on Git:

Browse Categories

...