Ralf Wildenhues <[EMAIL PROTECTED]> writes: > I work roughly similar. I hack away on a branch that contains > all kinds of ugly and unfinished changes. Then to get more > organized, I create another branch (off of master) and merge or > cherry-pick the changes from the other branch. The git manual > describes this in the "creating the perfect patch series" > chapter.
This works just fine, of course. Recently, I discovered the fairly new command "git rebase --interactive", which can sometimes be even easier. You might check it out, if you are not already aware of it. -- Ben Pfaff http://benpfaff.org