git stash push -m 'temporary changes'
git checkout <older-commit-hash>
git stash apply
git stash drop