Notes
How to switch multiple github repos from git: protocol to https: protocol ~~~
find . -type f -path '*/.git/*' -name config -exec sed -i 's/git:/https:/' {} \;
How to switch multiple github repos from git: protocol to https: protocol ~~~
find . -type f -path '*/.git/*' -name config -exec sed -i 's/git:/https:/' {} \;