Skip to content

Instantly share code, notes, and snippets.

@clojj
Created February 13, 2015 10:05
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 clojj/2366602e794633a059db to your computer and use it in GitHub Desktop.
Save clojj/2366602e794633a059db to your computer and use it in GitHub Desktop.
Review changes in **/pom.xml before merging release- or feature-branch
find . -name "pom.xml" | xargs git diff master..some-release-or-feature/foo-bar --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment