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

@@ -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,