themactep.com

A home of miscellaneous projects by Paul Philippov.

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:/' {} \;