Daily Archives: 08.04.2014
Git: Перелить локальный репозиторий в новый удалённый (remote)
1 |
git remote set-url origin git://new.url.here |
http://stackoverflow.com/questions/2432764/change-the-uri-url-for-a-remote-git-repository
1 2 3 |
git remote remove origin git remote add origin <repo_url> git push origin --all // git push --follow-tags |
http://stackoverflow.com/questions/6865302/push-local-git-repo-to-new-remote-including-all-branches-and-tags