|
Vagyojaka 5.5.7
|
#include <git.h>
Public Member Functions | |
| Git (QWidget *parent=nullptr) | |
| void | init () |
| void | add () |
| void | commit () |
| void | addRemoteUrl () |
| void | pull () |
| void | push () |
| ~Git () | |
Private Member Functions | |
| bool | doesRepositoryExist (const char *path) |
Private Attributes | |
| git_repository * | repo = nullptr |
| QString | repoPath |
| QStatusBar * | statusBar = nullptr |
| Ui::Git * | ui |
|
explicit |
| Git::~Git | ( | ) |
| void Git::add | ( | ) |
| void Git::addRemoteUrl | ( | ) |
| void Git::commit | ( | ) |
|
private |
| void Git::init | ( | ) |
| void Git::pull | ( | ) |
| void Git::push | ( | ) |
|
private |
|
private |
|
private |
|
private |