GIT - How to make a branch be the same as master
I have a website using git The setup has the master branch as the live site and a develop branch as the dev domain which is used for testing features before they go live No work is ever done dire...