refSpec method

  1. @override
Future<GitObjectResult> refSpec(
  1. GitTree tree,
  2. String spec
)
override

Implementation

@override
Future<GitObjectResult> refSpec(GitTree tree, String spec) async =>
    await GitObjectResult.catchAll(() => _.refSpec(tree, spec));