Skip to content

Instantly share code, notes, and snippets.

@janhenrik
Created September 20, 2012 09:39
Show Gist options
  • Save janhenrik/3754941 to your computer and use it in GitHub Desktop.
Save janhenrik/3754941 to your computer and use it in GitHub Desktop.
clean_wd
def clean_wd?
`git status --porcelain -- . | wc -l`.strip == "0"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment