Skip to content

Instantly share code, notes, and snippets.

@ALTELMA
Created July 27, 2015 01:22
Show Gist options
  • Save ALTELMA/289d96cfdded4a4b89cd to your computer and use it in GitHub Desktop.
Save ALTELMA/289d96cfdded4a4b89cd to your computer and use it in GitHub Desktop.
cd /path/to/repo.git
chgrp -R groupname .
chmod -R g+rwX .
find . -type d -exec chmod g+s '{}' +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment