If you want the two branches to be the same then
// from Develop and assuming your master is up to date with origin/master
git reset --hard master
If you want the two branches to be the same then
// from Develop and assuming your master is up to date with origin/master
git reset --hard master