Created
June 11, 2010 14:02
-
-
Save garrett/434505 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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://[email protected]/git/"] | |
insteadof = gnome: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment