0 votes
by
What is a repository in GIT?

2 Answers

0 votes
by

An archive contains a registry named git, where git keeps the greater part of its metadata for the storehouse. The substance of the git registry is private to git.

0 votes
by

Repository in Git is a place where Git stores all the files. Git can store the files either on the local repository or on the remote repository.

Related questions

0 votes
asked Dec 12, 2021 in Git by SakshiSharma
0 votes
0 votes
asked Mar 26, 2021 in Git by rajeshsharma
...