Skip to content

Instantly share code, notes, and snippets.

@hannestyden
Created September 17, 2010 10:00
Show Gist options
  • Save hannestyden/584003 to your computer and use it in GitHub Desktop.
Save hannestyden/584003 to your computer and use it in GitHub Desktop.
for c in `git log [ INSERT GIT BRANCH REFERENCES HERE ] --oneline | grep -v 'Merge branch' | cut -f1 -d ' ' | tac`; do git cherry-pick $c; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment