Created
September 29, 2012 04:58
-
-
Save L2G/3803228 to your computer and use it in GitHub Desktop.
A little sugar I add to my user .gitconfig
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
[url "[email protected]:L2G/"] | |
insteadOf = "github:///L2G/" | |
insteadOf = "http://github.com/L2G/" | |
insteadOf = "https://github.com/L2G/" | |
[url "https://github.com/"] | |
insteadOf = "github:///" | |
insteadOf = "http://github.com/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This lets me check out any GitHub repo with something like:
Note that it routes URLs for my own repos to pushable addresses, while others are routed to standard read-only URLs.
If you use this, of course you would need to substitute your own username for "L2G".