Daily Archives: 08.04.2014
Git: Перелить локальный репозиторий в новый удалённый (remote)
git remote set-url origin git://new.url.here http://stackoverflow.com/questions/2432764/change-the-uri-url-for-a-remote-git-repository 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