Replaced gitFetch() with gitPull()

This commit is contained in:
Gerhard Hoffmann 2023-10-18 11:35:23 +02:00
parent 504e242d42
commit 258d883a51

View File

@ -43,9 +43,7 @@ class GitClient : public QObject {
bool gitCloneAndCheckoutBranch();
std::optional<QString> gitFetch();
bool gitFetchAndDiff();
bool gitPull();
std::optional<QString> gitPull();
std::optional<QStringList> gitDiff(QString const &commit);
std::optional<QStringList> gitMerge();