Tiny tool to run commands for modified, staged, and committed git files.
Tiny tool to run commands for modified, staged, and committed git files.
Check to ensure there are no unstaged changes in a git repo
Check the cleanliness of a Git working directory, identifying untracked, unstaged, and uncommitted changes
A small script that terminates the process with status code 1 if the working directory (pwd) contains unstaged files. Based on simple-git.