clearTempBranches() 공개 메소드

public clearTempBranches ( )
예제 #1
0
 public function cleanUpTempFiles()
 {
     $this->fsHelper->clearTempFiles();
     $this->gitHelper->clearTempBranches();
 }