コード例 #1
0
 /**
  * Processes the request to push changes to a remote repository.
  * @access public
  */
 public function process_push()
 {
     $this->git->reset();
     $this->git->push();
 }