Skip to content

Instantly share code, notes, and snippets.

@garrett
Created June 11, 2010 14:02
Show Gist options
  • Save garrett/434505 to your computer and use it in GitHub Desktop.
Save garrett/434505 to your computer and use it in GitHub Desktop.
With a couple of lines in your ~/.gitconfig file,
you will be able to check out Gnome projects like this:
git clone gnome:nautilus
If you want to check out git repos anonymously,
these are the ones to add:
[url "git://git.gnome.org/"]
insteadof = gnome:
If you have a user account on git.gnome.org,
add this (substituting USERNAME as your actual username):
[url "ssh://USERNAME@git.gnome.org/git/"]
insteadof = gnome:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment