Moving uncommitted changes to a new branch [duplicate]

Possible Duplicate:
Move existing, uncommited work to a new branch in Git

I have some code in branch ABC.

After making some changes to it, i’d like to move all those uncommitted changes into a commit on a new branch ABC_1.

How can this be done please?

3 Answers
3

Leave a Comment