I created a new feature in the master branch and would like to isolate it in a new branch.
Also, after creating the new branch, I would like to reset my master branch branch to the remote master branch.
I created this new local branch, which ends up being a copy of the local branch master (already including my feature), now I do not quite understand how to reset only my local master to be exactly the same as the master master. >
I need to do this to be able to commmit and push the master without changing the production application with this new feature, which is not yet complete.
I hope it was clear that my goal is to only reset the master and not the rest.
Thank you.