Git tip of the day
In the Gnome Git documents, there is a little gem hidden which deserves to be repeated:
Since all gnome modules have a common url prefix, it can be convenient to set up a clone alias:
git config --global url.ssh://[login]@git.gnome.org/git/.insteadof gnome:
Then the clone line becomes much shorter:
git clone gnome:[project]
Don’t forget to change [login]
and [project]
to the appropriate values in the above.
Related
- FOSDEM 2009: GNOME Shirt (February 17, 2009)
- A bit of speculation on Maemo (February 17, 2009)
- FOSDEM 2009 (February 8, 2009)
- Bizarro bugs: Ctrl-Q for Select All (January 28, 2009)
- Using Federicos timeline tool with Mono (January 17, 2009)