restoreStashedBranch() публичный Метод

Tries to restore back to the original branch the user was in (before executing any command).
Пример #1
0
 public function restoreStashedBranch()
 {
     $this->gitHelper->restoreStashedBranch();
 }