
In this podcast I talk about working with and learning git. I also interview Vilhelm von Ehrenheim. He and his teammates;
Picked Gentoo to play for and won Robot Fight Night, so $400 US was donated to the Gentoo Foundation to pay for Gentoo Development and Services, etc.
LINKS:
Robot Fight Night
http://www.tretton37.com/press/20101017-robot-fight-night.html
Git
Git Tutorial
http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
Git Bisect
http://www.kernel.org/pub/software/scm/git/docs/v1.7.3.2/git-bisect.html
Git Rebase
http://www.kernel.org/pub/software/scm/git/docs/v1.7.3.2/git-rebase.html
Gitweb
http://en.gentoo-wiki.com/wiki/Git
http://progit.org/book/ch4-6.html
http://xrl.us/biaab3 (Link to thelucid.com)
My Remote Repository
http://git.dwabbott.com/
/etc/apache2/vhosts.d/01_gitweb_vhost.conf
ServerName git.dwabbott.com DocumentRoot /var/www/localhost/cgi-bin/gitweb ErrorLog /var/log/apache2/git.log Allow from all AllowOverride All Order allow,deny Options +ExecCGI +FollowSymLinks DirectoryIndex gitweb.cgi SetEnv GITWEB_CONFIG /etc/gitweb.conf SetEnv GITWEB_LIST /home/git AddHandler cgi-script .cgi SetHandler cgi-script RewriteEngine on RewriteRule ^/$ /cgi-bin/gitweb.cgi RewriteRule ^/(.*\.git/(?!/?(HEAD|info|objects|refs)).*)?$ \ /cgi-bin/gitweb.cgi%{REQUEST_URI} [L,PT]
Download