Replaced gitFetch() with gitPull()
This commit is contained in:
parent
504e242d42
commit
258d883a51
@ -43,9 +43,7 @@ class GitClient : public QObject {
|
|||||||
|
|
||||||
bool gitCloneAndCheckoutBranch();
|
bool gitCloneAndCheckoutBranch();
|
||||||
|
|
||||||
std::optional<QString> gitFetch();
|
std::optional<QString> gitPull();
|
||||||
bool gitFetchAndDiff();
|
|
||||||
bool gitPull();
|
|
||||||
std::optional<QStringList> gitDiff(QString const &commit);
|
std::optional<QStringList> gitDiff(QString const &commit);
|
||||||
std::optional<QStringList> gitMerge();
|
std::optional<QStringList> gitMerge();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user