1.

What Is A Repository In Git?

Answer»

A repository contains a DIRECTORY named .GIT, where git KEEPS all of its metadata for the repository. The CONTENT of the .git directory are private to git.

A repository contains a directory named .git, where git keeps all of its metadata for the repository. The content of the .git directory are private to git.



Discussion

No Comment Found