mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 19:46:29 +03:00
Added Git push.
This commit is contained in:
@@ -243,6 +243,8 @@ class Git {
|
||||
|
||||
Result pull( const std::string& projectDir = "" );
|
||||
|
||||
Result push( const std::string& projectDir = "" );
|
||||
|
||||
CheckoutResult checkout( const std::string& branch, const std::string& projectDir = "" ) const;
|
||||
|
||||
CheckoutResult checkoutAndCreateLocalBranch( const std::string& remoteBranch,
|
||||
|
||||
Reference in New Issue
Block a user