Created
December 12, 2016 18:57
-
-
Save attilagyorffy/285e65aa48e7793a7b663fb508d0a659 to your computer and use it in GitHub Desktop.
Git URL shortcuts to github and heroku
This file contains hidden or 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
# Allow cloning repositories using shortcuts. | |
# For example: | |
# git clone gh:attilagyorffy/foo | |
[url "[email protected]:"] | |
insteadOf = gh:// | |
pushInsteadOf = "github:" | |
pushInsteadOf = "git://github.com/" | |
[url "git://github.com/"] | |
insteadOf = "github:" | |
[url "[email protected]:"] | |
insteadOf = "gst:" | |
pushInsteadOf = "gist:" | |
pushInsteadOf = "git://gist.github.com/" | |
[url "git://gist.github.com/"] | |
insteadOf = "gist:" | |
[url "[email protected]:"] | |
insteadOf = "heroku:" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment