package
0.11.4
Repository: https://github.com/hashicorp/waypoint.git
Documentation: pkg.go.dev

# Functions

GitInstalled checks if the command-line tool `git` is installed.
PathIsDirty checks only the specified file for unstaged, staged, and committed (but not pushed) changes on the local GitDirty.path repo not on the specified remote url and branch.
RepoIsDirty looks for unstaged, staged, and committed (but not pushed) changes on the local GitDirty.path repo not on the specified remote url and branch.
RepoTopLevelPath returns the path to the root of the repository that contains pathWithinVcs.