Skip to content

Instantly share code, notes, and snippets.

@ALTELMA
Created July 27, 2015 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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