@override Future<GitResult> gitCheckout(String rev) async => GitResult.fromJson(await _callMap(Op.gitCheckout, {'rev': rev}));