Richard Metzler
$ cheat git

git push <repository> +<remote>:<new_remote> replace a <remote> branch with <new_remote> think twice before do this Example: git push origin +master:my_branch

Posted via email from Richard Metzler | Comment »