search and replace
sed -e 's:origin:github:' -i .orig .git/configfind all config
find . -name config -depth 1 -exec sed -e 's:origin:github:' -i .orig {} \;search and replace
sed -e 's:origin:github:' -i .orig .git/configfind all config
find . -name config -depth 1 -exec sed -e 's:origin:github:' -i .orig {} \;