diff --git a/git/git_client.h b/git/git_client.h index 18230d4..016e98a 100644 --- a/git/git_client.h +++ b/git/git_client.h @@ -43,9 +43,7 @@ class GitClient : public QObject { bool gitCloneAndCheckoutBranch(); - std::optional gitFetch(); - bool gitFetchAndDiff(); - bool gitPull(); + std::optional gitPull(); std::optional gitDiff(QString const &commit); std::optional gitMerge();