Terminal - change group user #terminal
# file $ sudo chgrp GROUP_USER FILE_NAME # change all recursive (. = same directory and below) $ sudo chgrp -R GROUP_USER . # set the Group user in git config $ sudo find . -type d -exec chmod g+rws {} +