What is the folder called .git
?
It\'s created in a repository. What is contained within it and why is created?
.git is initialized by git init
.
.git contains all information required for version control. If you want to clone your repo, copy .git is enough.
4 sub-directories:
exclude
file for ignored patterns4 files:
Here "object" includes: