git checkout develop
git reset --hard origin/develop
 
# in other words
git checkout [branch name]
git reset --hard [branch name to reset to]
git log --oneline
git reset --hard <hash id>