Skip to content

Instantly share code, notes, and snippets.

@jeremyis
Created July 6, 2012 19:02
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 jeremyis/3062123 to your computer and use it in GitHub Desktop.
Save jeremyis/3062123 to your computer and use it in GitHub Desktop.
Checking git st for unmerged files
for i in `git st -s | awk '{print $2}'` ; do grep -HI '>>>' $i --color=always ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment