I have a project and at the moment I have 3 branches, master
, a dev
and one that I needed to create in parallel to dev for a funcionalidade
part, until then without news, my problem was that I'm in the dev branch and I made a git pull origin funcionalidade
and with that I downloaded everything from the functionality to the dev doing the merge, and it was not to have done that, you have to undo that pull
?