0
I’m new to Git
and I need to make a quick adjustment to my branches.
I started an activity in a wrong local branch "X".
I would like to migrate the changes to a local branch "Y" to give commit
from "Y" and undo changes in X.
How do I create a Y branch from local X before undoing X changes?
I’m using Visual Studio 2017 with the Git extension for VS.
Nice... I didn’t know that creating Y would already bring the X changes. It worked here. Thank you so much!
– Stefano Guimarães Falce
If banch Y was already created, just do a git merge. Hug!
– Jonathan de Toni