0 votes
in GitHub by (23.1k points)
What is a repository in GIT?

1 Answer

0 votes
by (23.1k points)
A repository contains a directory named.git, where it keeps all of its metadata for the repository. The content of the .git directory is private to git.

Related questions

0 votes
0 votes
asked Mar 17, 2021 in GitHub by rajeshsharma (23.1k points)
...