This may seem a little strange. I'd like to merge parts of one commit sequence into another.
Off of "master", I have a bunch of small sequences of 3-4 commits, generally. Each on their own branch. I have "integrationTest", branched off master, that has each of these merged in. >From IntegrationTest, I have "throw-away". Then, I have "WhyDoesItCrashP", off of master, merged into throw-away. Eventually, at the end of "WhyDoesItCrashP", I have a bunch of debugging printf's, and ultimately the fairly small changes needed to make it work. What is the easiest way to select only those few changes from WhyDoesItCrashP, and collect those into a separate branch? To clarify, I do not want a few intact commits, I want some hunks of diff and not most hunks. --- Entertaining minecraft videos http://YouTube.com/keybounce -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
