gitAdd abstract method

Future<GitResult> gitAdd(
  1. List<String> paths
)

Implementation

Future<GitResult> gitAdd(List<String> paths);