How to add a new repo: 1. create .git directory here (/var/ftp/pub/linux.dell.com/srv/www/vhosts/linux.dell.com/html/git) 2. cd into there 3. git init --bare --shared 4. copy cloneurl from another .git directory 5. "vi cloneurl" 6. "vi description" 7. "mv hooks/post-update{.sample,}" 8. "su -c 'vi /var/ftp/pub/linux.dell.com/srv/www/vhosts/linux.dell.com/cgit/etc/cgitrepos'" 9. push your git repository to this one. 10. You may need to run "git symbolic-ref HEAD refs/heads/" if there's no master branch.