Last active
July 13, 2016 08:26
-
-
Save ayseff/3b7c07426a20914a65e5da301f493b28 to your computer and use it in GitHub Desktop.
Bookmarklet to Clone Git Repository from CodePlex Using github-windows protocol
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
| javascript:(function(){window.location.href = "github-windows://openRepo/https://git01.codeplex.com/" + window.location.host.split('.')[0];})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment