Skip to content

Instantly share code, notes, and snippets.

@tsprlng
Created February 3, 2014 14:43
Show Gist options
  • Save tsprlng/5233c9797d5071b296bc to your computer and use it in GitHub Desktop.
Save tsprlng/5233c9797d5071b296bc to your computer and use it in GitHub Desktop.
#!/usr/bin/ruby
unsurprising = "## master...origin/master"
check = "git status --porcelain -b"
show = "git status -sb"
system show unless `#{check}`.strip == unsurprising
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment