nymedia / clean-repo-check
Clean repo check
Package info
github.com/nymedia/clean-repo-check
Language:Shell
pkg:composer/nymedia/clean-repo-check
1.0.0
2020-01-10 09:24 UTC
This package is auto-updated.
Last update: 2026-03-01 00:13:37 UTC
README
Simple check to make sure a repo is clean. Useful in CI environments, and for automatic updates
Installation
You probably want to install this as a dev dependency. So for php projects:
composer require --dev nymedia/clean-repo-check
Usage
/bin/sh ./path/to/clean-repo-check.sh
This will exit with status 1 if your repo has either
- Changed files
- Uncommited files
It will also print git status, so it can help you fix the issues.