Skip to content

Instantly share code, notes, and snippets.

@zph

zph/-

Created May 12, 2014 04:27
Show Gist options
  • Select an option

  • Save zph/b49ad207d63d868b0297 to your computer and use it in GitHub Desktop.

Select an option

Save zph/b49ad207d63d868b0297 to your computer and use it in GitHub Desktop.
def has_staged_changes?
!system("git diff --quiet --cached 2>/dev/null")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment