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