Example #1
0
 /**
  * @param Git $git
  */
 public function __construct(Git $git)
 {
     parent::__construct($git);
     $this->head = new Remote\SetHeadCommand($git);
     $this->branches = new Remote\SetBranchesCommand($git);
     $this->url = new Remote\SetUrlCommand($git);
 }