Ensure git status before continuing.
npm install git-ensure
Ensure git status before continuing.
``bash`
npx git-ensure --branch main --no-head --no-behind --clean &&
or
`bash`
npx git-ensure -a &&
If any of the conditions fail, a process.exit(1)` will be returned and prevent you from continuing the following workflows.
MIT