/git-selfupdate

get latest source using git to build & install git from scratch

git-selfupdate

update a currently installed version of git using git itself to get the source. i use this on some outdated debian servers which can’t be upgraded to lenny. git packages from etch are outdated ..

on a shell (as root):

  1. curl http://github.com/hexa2k9/git-selfupdate/raw/master/git-selfupdate > /usr/local/bin/git-selfupdate
  2. chmod u+x /usr/local/bin/git-selfupdate