I need to roll back our master branch to a changeset almost 1 week ago and many changesets ago.
i have tried
git reset --hard <changeset>
I get an error trying to push to origin , it won't allow me to use --force
My ultimate to goal is to straighten up both my local and remote repos, not just local.