Login
Remember
Register
Ask a Question
What is a repository in GIT?
0
votes
asked
Mar 26, 2021
in
GitHub
by
rajeshsharma
What is a repository in GIT?
#repository-git
git
git-repo
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 26, 2021
by
rajeshsharma
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.
...