git reset hard on remote branch code example
Example 1: git reset hard to remote
git reset --hard origin/master; git commit -m 'reset to remote';git push --force local dev
Example 2: git reset remote origin
$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git