Skip to content

Instantly share code, notes, and snippets.

@chibani
Created February 23, 2012 11:03
Show Gist options
  • Save chibani/1892321 to your computer and use it in GitHub Desktop.
Save chibani/1892321 to your computer and use it in GitHub Desktop.
gitolite example config file
@first_team first_dev second_dev
@second_team third_dev fourth_dev
@first_repo_group one_repo second_repo
@second_repo_group third_repo fourth_repo
repo @first_repo_group
RW = @first_team
R = @second_team
repo @first_repo_group @second_repo_group
RW = @first_team @second_team
repo fifth_repo
RW = @first_team fifth_dev
R = @second_team
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment