I have develop & master branches, my develop branch is messy now and i would like to reset it and make it as a copy of my master
develop
master
if you just want them to be the same thing
then
//from Develop and assuming your master is up to date with origin/master git reset --hard master