> git remote -v
origin git@bitbucket.org:inyw/inyw_web.git (fetch)
origin git@bitbucket.org:inyw/inyw_web.git (push)
> git remote set-url --add origin https://github.z-web.eu/git/NEYOWO/inyw_web.git
> git remote -v
origin git@bitbucket.org:inyw/inyw_web.git (fetch)
origin git@bitbucket.org:inyw/inyw_web.git (push)
origin https://github.z-web.eu/git/NEYOWO/inyw_web.git (push)
> git push origin master