mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-11 21:42:48 +03:00
Added Git push.
This commit is contained in:
@@ -140,6 +140,10 @@ Git::Result Git::pull( const std::string& projectDir ) {
|
||||
return gitSimple( "pull", projectDir );
|
||||
}
|
||||
|
||||
Git::Result Git::push( const std::string& projectDir ) {
|
||||
return gitSimple( "push", projectDir );
|
||||
}
|
||||
|
||||
Git::CheckoutResult Git::checkout( const std::string& branch,
|
||||
const std::string& projectDir ) const {
|
||||
std::string buf;
|
||||
|
||||
Reference in New Issue
Block a user