GitExec constructor

GitExec(
  1. Exec executor
)

Implementation

factory GitExec(Exec executor) => _GitExec(executor);