Skip to content

Instantly share code, notes, and snippets.

@thalesfsp
Created May 18, 2016 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thalesfsp/f68abdc03b239fb731ae81dc1359589d to your computer and use it in GitHub Desktop.
Save thalesfsp/f68abdc03b239fb731ae81dc1359589d to your computer and use it in GitHub Desktop.
Git check if repo is dirty
if [[ -n $(git status --porcelain) ]]; then echo "repo is dirty"; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment