Added Git push.

This commit is contained in:
Martín Lucas Golini
2024-01-23 20:42:02 -03:00
parent bdd018feec
commit 857fb48fc6
4 changed files with 18 additions and 1 deletions

View File

@@ -131,6 +131,8 @@ class GitPlugin : public PluginBase {
void pull();
void push();
void fetch();
void branchCreate();