filesExists

suspend fun filesExists(git: String, files: Iterable<String>): Boolean

Checks if any file exist in a Git Repository.

Return

true if any file exists in the git repository, false if none exist.

Parameters

git

The URL to the git repository.

files

The files to check if they exist, relative to the repository.