aboutsummaryrefslogtreecommitdiff
path: root/re-remote.sh
blob: 5bbb58db764f913524c8c860ef4b9ab07bbda20e (plain)
1
2
# Replace one git remote URL with another, similar to svn switch --relocate
find -path '*.git/config' | xargs -n1 sed -i.bak -e's%git://android.git.kernel.org/%https://android.googlesource.com/%'