Skip to content

Instantly share code, notes, and snippets.

@berngp
Created April 30, 2014 22:51
Git Patch Per File
for x in $(find "src/java" -name "*.java"); do git format-patch master $x --stdout > "MESOS-1259-${x//\//-}" ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment