Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
65 | public function addRemote($username, $project) |
||
66 | { |
||
67 | $this->runCommand(sprintf('remote add origin [email protected]:%s/%s.git', $username, $project)); |
||
68 | |||
69 | return $this; |
||
70 | } |
||
72 |