Allow users to rollback to a specific commit, saving the changes.
**Describe the bug** there is a rollback to the last commit, but not to a specific commit, as on the hit commands git clean -fd git reset --soft 4c78a7737d git add . git commit --amend git push -f **To Reproduce** Steps to reproduce the behavior: 1. rolling back to the last commit **Expected behavior** allow you to roll back to the last commit, but with the changes saved. **Screenshots** If applicable, add screenshots to help explain your problem. **Smartphone (please complete the following information):** - Device: xiaomi redmi note 8 pro - OS: android 11 - App Version 1.6.2 **Additional context** the addition needs 2 options to leave, reset to commit with and without saving changes.