====== Use another git repo (switch remote origin) ====== cd to your git repo git remote -v git remote remove origin git remote -v git remote add origin https://git.site.com/project.git git push -u origin --all git push --tags