I have 2 branches
master
feature
I would like to completely blow-away the contents of master and replace them with feature branch. The expected result is, when I run a diff
over the two branches after the operation, it should not return anything.
I have searched for many hours now and all the pointers still leave the diff output non-empty. It is possible that the question has been asked before, but believe me I have tried searching before bothering the community. Please point it out to me if it's a duplicate. Thanks in anticipation.