+1 vote
in Bitbucket by
What is GIT version control?

1 Answer

0 votes
by

With the help of GIT version control, you can track the history of not only one file but a collection of files in the repository. This function also allows you to revert the collection of files to another version.

A collection of files with their complete history is stored in the repository, and each version captures a snapshot of the file system at a particular time.

Related questions

0 votes
asked Mar 17, 2021 in GitHub by rajeshsharma
0 votes
asked Jun 21, 2019 in Continuous Integration by anonymous
...