VCS[git]: Added git fetch

This commit is contained in:
Robert Loehning
2010-08-31 21:27:13 +02:00
parent 9f68456b65
commit b719bbda42
4 changed files with 21 additions and 0 deletions

View File

@@ -158,6 +158,7 @@ public:
unsigned gitVersion(bool silent, QString *errorMessage = 0);
QString gitVersionString(bool silent, QString *errorMessage = 0);
bool synchronousFetch(const QString &workingDirectory);
bool synchronousPull(const QString &workingDirectory);
bool synchronousPush(const QString &workingDirectory);