Skip to content

Instantly share code, notes, and snippets.

@kaskavalci
Created September 26, 2015 10:21
Show Gist options
  • Save kaskavalci/67c29e82182f6eecbb2e to your computer and use it in GitHub Desktop.
Save kaskavalci/67c29e82182f6eecbb2e 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