Go back to the selected commit on your local environment
Use git checkout & the ID (in the same way you would checkout a branch) to go back:
Add this version to the staging area and push to remote
In the same way that you would with any normal commit, you have to add all files and push to remote to save this state.