1.16.2015

Gitweb Gitolite3 - how to add project owner and description

1. Open .conf file
sudo nano /yourpath/gitolite-admin/conf/gitolite.conf

2. Add gitweb config 
repo  testing
    config gitweb.owner = "Your Name"
    config gitweb.description = "Your description"
    RW+ = @all

3. git add, commit, then push

4. Check owner and description on gitweb

No comments: