Where are repositorie files situated?
1 Answer
0
The E:\GitStack\repositories contains "bare repositories". In a bare repository, project files are stored as git objects, there are no "working directory". Project files are not located anywhere else.
It is strongly recommended that shared repositories should be bare repositories.
If you would like to read more about bare repositories, you can read at the bottom of the page :
http://progit.org/book/ch4-0.html
It is strongly recommended that shared repositories should be bare repositories.
If you would like to read more about bare repositories, you can read at the bottom of the page :
http://progit.org/book/ch4-0.html
Your Answer
Please login to post questions.