I'm trying to learn git.
I read few tutorials. Everywhere I got confused with the actual meaning of this term called 'Repository'.
See the below definitions :
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.
So, my question is whether the directory which contains entire project (i.e. all the files of my project) along with the .git
directory (usually it's hidden by default) is called the Repository of only the .git
folder present within my project folder is called the Repository?