gitLog abstract method

Future<List<GitCommit>> gitLog({
  1. int? limit,
  2. String? path,
})

Implementation

Future<List<GitCommit>> gitLog({int? limit, String? path});