I cannot find the right answer maybe because I don't know how to make the right question, but I will try to explain myself:
To make a new feature I forgot to make a new branch and I was working and commiting (not pushing) to my local master branch since then. The new feature is not finished yet (and indeed can breaks production), but now I need to do some hotfixes and push them to production (master), so...
Is there any way to checkout/clone another "master" to my local computer and work in there in such a way that I can push the hotfixes changes without pushing the new feature? I know could do it in another computer but is not possible for me now.
thanks in advance