# Add read/write permissions for owner and group (preserve executable permission) and remove permissions for others.:
find -user `whoami` -type f -exec chmod ug+rw {} \; -exec chmod o-rwx {} \; Where <GROUP_NAME> and <SHARED_DIRECTORY> are replaced with the group name you should have received from linghelp, and the root directory of your repository, respectively.
After this file is created, be sure to perform:
chgrp <GROUP_NAME> hooks/post-receive
Changed:
< <
chmod g+rx hooks/post-receive to ensure that the script is executable by each group member when performing the PUSH
> >
chmod g+rx hooks/post-receive to ensure that the script is executable by each group member when performing the PUSH.
Set the initial group membership by running "chgrp -R <GROUP_NAME>" on the repository directory.
META FILEATTACHMENT
attachment="Git_Flowchart.png" attr="" comment="Flowchart for which type of git repo to create." date="1304534556" name="Git_Flowchart.png" path="Git Flowchart.png" size="43690" stream="Git Flowchart.png" tmpFilename="/usr/tmp/CGItemp62948" user="rgeorgi" version="1"