shared

Function shared 

Source
pub fn shared(value: &str) -> FnOptionArg
Expand description

Specify that the Git repository is to be shared amongst several users. This allows users belonging to the same group to push into that repository. When specified, the config variable ‘core.sharedRepository’ is set so that files and directories under $GIT_DIR are created with the requested permissions. When not specified, Git will use permissions reported by umask(2). –shared[=(false|true|umask|group|all|world|everybody|0xxx)]