I am working on a branch of git which has two files A.c
and B.c
.
I was creating patches which had changes made to both A.c
and B.c
But Now I want all the changes made to B.c
to be isolated from this branch and be created as a different branch, this branch should also have all the history of B.c
.
This looks like an obvious use case as we may decide in the middle that B.c
is a much critical file so needs a different branch, as some one else may need to work on it.