Why remote git server should have --bare
Posted
by dorelal
on Stack Overflow
See other posts from Stack Overflow
or by dorelal
Published on 2010-03-29T14:18:37Z
Indexed on
2010/03/29
15:13 UTC
Read the original article
Hit count: 143
git
I am reading these two articles. However I still do not get --bare option. If the server has no working directory and if a new member of the team clones the project then that person will not get any content.
Any further clarification will help on why --bare is needed.
© Stack Overflow or respective owner