More Git Plugin WIP. Added more operations.

This commit is contained in:
Martín Lucas Golini
2024-01-20 14:18:27 -03:00
parent b5f660ca21
commit f35cc3d034
4 changed files with 208 additions and 72 deletions

View File

@@ -120,7 +120,9 @@ class GitPlugin : public PluginBase {
void blame( UICodeEditor* editor );
void checkout( const std::string& branch );
void checkout( Git::Branch branch );
void branchDelete( Git::Branch branch );
void pull();