Interface GitCheckRefFormat
public interface GitCheckRefFormat
Parent builder for the
git check-ref-format git command builders.-
Method Summary
Modifier and TypeMethodDescriptionReturns a builder for the standard version ofgit check-ref-formatfor validating any ref
-
Method Details
-
ref
Returns a builder for the standard version ofgit check-ref-formatfor validating any ref- Parameters:
refName- ref name to validate- Returns:
- a builder for standard
git check-ref-formatcommand to execute againstrefName.
-