git-ensure
v0.1.0
Published
Ensure git status before continuing.
Readme

Usage
npx git-ensure --branch main --no-head --no-behind --clean && <your-commands>or
npx git-ensure -a && <your-commands>If any of the conditions fail, a process.exit(1) will be returned and prevent you from continuing the following workflows.
License
MIT
