-
-
Save rfay/914906 to your computer and use it in GitHub Desktop.
insteadOf Example for git.drupal.org
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 "https://github.com/"]¬ | |
insteadOf = "gh:" |
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
$ git clone gh:schacon/git-pulls | |
Cloning into git-pulls... | |
remote: Counting objects: 168, done. | |
remote: Compressing objects: 100% (138/138), done. | |
remote: Total 168 (delta 82), reused 0 (delta 0) | |
Receiving objects: 100% (168/168), 20.88 KiB, done. | |
Resolving deltas: 100% (82/82), done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome!