Created
September 6, 2018 12:14
-
-
Save dchatry/d3dd269ba7ef0819be33cf4acb9f2668 to your computer and use it in GitHub Desktop.
Allow more users on an already created git repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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