Skip to content

Instantly share code, notes, and snippets.

@ayseff
Last active July 13, 2016 08:26
Show Gist options
  • Select an option

  • Save ayseff/3b7c07426a20914a65e5da301f493b28 to your computer and use it in GitHub Desktop.

Select an option

Save ayseff/3b7c07426a20914a65e5da301f493b28 to your computer and use it in GitHub Desktop.
Bookmarklet to Clone Git Repository from CodePlex Using github-windows protocol
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