A parent question here: Move the most recent commit(s) to a new branch with Git
I have taken over a project that has a working tree full of files that still need organizing - some refer to work tasks in progress; others are completed. I have a recent commit of completed work, but this is not destined for production. How can I discreetly move it into some new branch without screwing up my current tree?
I'd like to change
Working tree - A - B - C - D - E
to
Working tree - B - C - D - E
/
A