Returns the current git head SHA of the served root.
Future<String> gitHead() async => (await _call(DriveOp.gitHead)).header['head'] as String;