repobee / repobee-sanitizer

A plugin for sanitizing master repositories before distribution to students
MIT License
2 stars 3 forks source link

Don't allow unstaged changes when running sanitize-repo #24

Closed slarse closed 4 years ago

slarse commented 4 years ago

If there are unstaged changes in the repository, we should return a plug.Result with a fail status saying that unstaged changes are not allowed.

It should be possible to override this behavior with --force.