When I want to push changes into my remote acceptance environment, I want to make my test branch identical to master in git before merging in the files from the new dev branch.
What is the easiest way to make the "test" branch a snapshot of master and merge in changes from a new branch?