mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-03 03:56:30 +03:00
More Git Plugin WIP. Added more operations.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user