Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@DMKrow
DMKrow / fix_vcsh_repos
Created February 27, 2013 05:09
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:/' '{}' \;