Guitar
Public Member Functions | Public Attributes | List of all members
Git_push Class Reference

#include <GitCommandRunner.h>

Public Member Functions

 Git_push (bool set_upstream, QString const &remote, QString const &branch, bool force)
 

Public Attributes

bool set_upstream_ = false
 
QString remote_
 
QString branch_
 
bool force_ = false
 
int exitcode_ = 0
 
QString errormsg_
 

Constructor & Destructor Documentation

◆ Git_push()

Git_push::Git_push ( bool  set_upstream,
QString const &  remote,
QString const &  branch,
bool  force 
)
inline

Member Data Documentation

◆ branch_

QString Git_push::branch_

◆ errormsg_

QString Git_push::errormsg_

◆ exitcode_

int Git_push::exitcode_ = 0

◆ force_

bool Git_push::force_ = false

◆ remote_

QString Git_push::remote_

◆ set_upstream_

bool Git_push::set_upstream_ = false

The documentation for this class was generated from the following file: