Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
Qt Creator 3.1.0-rc1
-
Qt Creator 3.1
Windows 8 64Bit
Description
I have the following setup:
$ git remote -v gerrit ssh://codereview.qt-project.org/qt-creator/qt-creator.git (fetch) gerrit ssh://codereview.qt-project.org/qt-creator/qt-creator.git (push) origin git://hegel/qt-creator/qt-creator.git (fetch) origin git://hegel/qt-creator/qt-creator.git (push)
When I want to push changes to gerrit the following command is executed:
git.exe push --receive-pack=git receive-pack --reviewer=jobor origin fee8078:refs/for/3.1
So the plugin actually tries to push to a local clone and not the correct gerrit remote.
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-13718 Cannot select which remote to push to in "Push to Gerrit"
- Closed