Skip to content

Instantly share code, notes, and snippets.

@vcsjones
Created May 8, 2013 18:33
Show Gist options
  • Save vcsjones/5542531 to your computer and use it in GitHub Desktop.
Save vcsjones/5542531 to your computer and use it in GitHub Desktop.
Determine if there are any uncommitted revisions.
$svnUncommited = (git svn find-rev HEAD) -eq $null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment