I have a brunchbranch with actual sources and. I did not make any commits for a long time to master, and at the moment it's completely unactualout of date. I want to just replace master's content with the content of my brunchbranch. The simpleOne way to do it is to checkout both branch and master, delete master's content and copy content from branch to master, and after that push result to master.
It works, but I believe there is has to be some git'sgit command to do it in the simplea simpler way.
Does anybody know how to do it?