Skip to content

Instantly share code, notes, and snippets.

@dchatry
Created September 6, 2018 12:14
Show Gist options
  • Save dchatry/d3dd269ba7ef0819be33cf4acb9f2668 to your computer and use it in GitHub Desktop.
Save dchatry/d3dd269ba7ef0819be33cf4acb9f2668 to your computer and use it in GitHub Desktop.
Allow more users on an already created git repository
// User have to be in the same group (apache for instance)
setfacl -R -m g:<whatever group>:rwX gitrepo
find gitrepo -type d | xargs setfacl -R -m d:g:<whatever group>:rwX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment