steve dekorte
about
blog
projects
2007 03 30      My Favorite Git Feature

The ability to add pull shortcuts. For example:

git remote add -t master -m master quag git://quag.geek.nz/Io
So instead of:
git pull git://quag.geek.nz/Io
one can do:
git pull quag