Git: Push to non-default remotes

Allow pushing into any of the defined remotes via Tools->Git->Remotes...

Task-number: QTCREATORBUG-6382
Change-Id: I0bab34da4ec27c377993782b905b1d6c4f5a14b9
Reviewed-by: Hugues Delorme <delorme.hugues@fougsys.fr>
This commit is contained in:
Tobias Hunger
2011-12-07 14:02:36 +01:00
committed by Hugues Delorme
parent f517215a3d
commit 02d74bd3e7
5 changed files with 44 additions and 3 deletions

View File

@@ -84,8 +84,11 @@ public slots:
void refreshRemotes();
void addRemote();
void removeRemote();
void pushToRemote();
void fetchFromRemote();
void updateButtonState();
private slots:
protected: