maks / MGit

A Git client for Android.
https://manichord.com/projects/mgit.html
GNU General Public License v3.0
1.22k stars 166 forks source link

there is no rollback to a specific commit #663

Open saber716rus opened 1 year ago

saber716rus commented 1 year ago

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):

Additional context the addition needs 2 options to leave, reset to commit with and without saving changes.