When running a deployment, I want to make sure, that all changes have been
committed to git before it's executed. There is a special flag --porcelain for
the git status command which does exactly this check.
Wrap this in an if command and you're good to