Example, for multi-user support shared git repo with linux server: $ cat /opt/sharerepo/.git/config ``` [core] ... sharedRepository = 0664 ``` At the moment, files in the .git/objects/** catalog are created with access rights only for a person who added/made changes.