I have one new staged file A on branch branch_A. There are some changes in other files as well on branch_A.
I want to create a new branch - branch_B and move file A to branch_B without moving changes in other files on branch_A.
Is that possible? If so - how?