Hi there, I've got a git remote repo at my server. Everytime I push my local branch to the server the files in ~/objects have just the rw permissions for my specific account(not my group – git). So when my friend does a push concerning those files in ~/objects hes getting a rights-permission error.
Hes in the same group: git, but of course does not have the rights to write (because the group git has'nt)
How do I tell git to give those files the right rights to the whole git-group ?
Thanks for your help.
_christoph