I created a branch off the master to do some major changes to the project and now I want to make this branch the master, i.e overwrite what's in the master (which has had some changes since) with what's in my branch. What's the best way of doing this in git?
Update: I should have explained that I'm the only user right now. I'm using GitHub for my repository.