Answer the question
In order to leave comments, you need to log in
What is the practical value of a bare repository?
How is the bare repository used? How is it different from the usual one, except that it saves space on the working tree? You can find the following arguments:
It saves space (do text files take up a lot of space?)
default remote origin is not set (what is the use of this, you have to manually enter it?)
Best practice is to use the bare repository where everyone will push commits.
Bare repos don't have a working directory so a push will not alter any in progress working directory content.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question