Inside my local master
branch I made significant changes. I forgot first to create and switch to my workingbranch
before. Now I need this changes on remote branch but not on remote master branch which is still intact.
My question is:
what is the best way to copy this local master
branch into new workingbranch
and then to replicate remote master branch to local one?