fabiojose
12/19/2017 - 11:38 AM

Git move repo to another

Git move repo to another

git clone --mirror <URL to my OLD repo location>

cd <New directory where your OLD repo was cloned>

git remote set-url origin <URL to my NEW repo location>

git push -f origin