Hello List, according to 'git help init' would --shared=group "Make the repository group-writable". I extracted a bare repo out of my local repo and scp'ed it to the server. There I did a 'git init --bare --shared=group'. It created the branches dir (there were no branches yet) and the config file and set the correct permissions. But it did not do so with the existsing files and dirs. Is it suffient to 'chmod -R g+ws .' or is there anything else to do to make the repo writeable for my group? Thanks, Eric -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html