Pete/Piet Delaney [off-list ref] writes:
I've been trying to us the git repo in a
centralize pull, push model where the
developers pull the repo, checkout a
branch, commit and then push back to the
common repo.
Problem is that the objects get set with
the ownership of the user (at least when
pulling with this format:
~ git clone git:/home/git/blux
Amy suggestions on how to do this?
"man git-config" and look for core.sharedrepository, perhaps?