DevOpsGitChecking anything outstanding in repoChecking if anything outstanding in repo [[ -z $(git status --porcelain) ]] && echo "nothing to do" || echo "needs attention"