I noticed that when using Git Extensions on Windows before init bare repository that it does
git init --bare --shared=all
I read the manual for the --shared options. It seems more convenient to set folder permissions, but the descriptions are very UNIX-y (like umask ).
My remote repositories will be shared, but they are on a remote UNC resource under Windows Authentication.
So, in my situation, is there a need for this --shared option, for example, if I initialized the repo from the command line?
source share