Does anyone else have experience setting up #git in a #SharedEnvironment? What did you do for #FilePermissions?
@worldsendless The "--shared=true" param to git init should take of everything, if they're in the same group
https://git-scm.com/docs/git-init#Documentation/git-init.txt---sharedfalsetrueumaskgroupallworldeverybodyltpermgt
@beanalby I have been excitedly trying `git --shared` and my install doesn't know that command, though I see it in the documentation.
@worldsendless It's a parameter to "git init", not just "git" itself. It's done when setting up the repository
@beanalby my repos are already all set up, though. Time to figure out what the git conf version is
QOTO: Question Others to Teach Ourselves An inclusive, Academic Freedom, instance All cultures welcome. Hate speech and harassment strictly forbidden.
@worldsendless It's a parameter to "git init", not just "git" itself. It's done when setting up the repository