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

@@ -170,7 +170,7 @@ public:
QString vcsGetRepositoryURL(const QString &directory);
bool synchronousFetch(const QString &workingDirectory, const QString &remote);
bool synchronousPull(const QString &workingDirectory);
bool synchronousPush(const QString &workingDirectory);
bool synchronousPush(const QString &workingDirectory, const QString &remote = QString());
// git svn support (asynchronous).
void synchronousSubversionFetch(const QString &workingDirectory);