User Tools

Site Tools


git:switch-remote

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
git/switch-remote.txt · Last modified: 2024/04/11 16:02 by odefta