Skip to content

Instantly share code, notes, and snippets.

@DMKrow
Created February 27, 2013 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DMKrow/5045260 to your computer and use it in GitHub Desktop.
Save DMKrow/5045260 to your computer and use it in GitHub Desktop.
Fixing VCSH repos
cd .config/vcsh
find . -name config -exec sed -i 's/git:\/\/github.com\//git\@github.com:/' '{}' \;
find . -name config -exec sed -i 's/https:\/\/github.com\//git\@github.com:/' '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment