Gitolite permissions setup
This documents how to enforce the Gitolite permission to make LIVE branch writeable only by team leads
How gitolite works Repository permission structure This is general format of repo definition
REPO NAME rule line rule line for example
@staff = dilbert alice wally bob repo foo RW+ = dilbert # line 1 RW+ dev = alice # line 2 - = wally # line 3 RW temp/ = @staff # line 4 R = ashok # line 5 The Rule line has format: