#git bot interface
History of !fix_multiuser
- Got multiple system accounts writing to the same bare git repo? Use !gitolite OR: 1) Create common system group 2) chgrp recursively 3) find -type d -exec chmod 2775 '{}' +; find -type f -exec chmod 664 '{}' + 4) git config core.sharedRepository true
By jast at 2015-01-23 11:15:37
- Got multiple system accounts writing to the same bare git repo? Use !gitolite OR: 1) Create common system group 2) chgrp recursively 3) find -type d -exec chmod 2775 '{}'; find -type f -exec chmod 664 '{}' 4) git config core.sharedRepository true
By jast at 2015-01-23 11:14:32
- Got multiple system accounts writing to the same bare git repo? 1) Create common system group 2) chgrp recursively 3) find -type d -exec chmod 2775 '{}'; find -type f -exec chmod 664 '{}' 4) git config core.sharedRepository true
By jast at 2015-01-23 11:12:57