Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow reset to just unstage changes #206

Closed
memeplex opened this issue Aug 2, 2016 · 2 comments
Closed

Allow reset to just unstage changes #206

memeplex opened this issue Aug 2, 2016 · 2 comments

Comments

@memeplex
Copy link

memeplex commented Aug 2, 2016

There is no soft reset functionality, reset reverts every change made to the working tree, what if I just want to unstage a change?

A simple checkbox to allow for soft reset in https://github.com/sheimi/SGit/blob/master/src/me/sheimi/sgit/repo/tasks/repo/ResetCommitTask.java#L33 will do it.

@maks maks added the more info label Aug 3, 2016
@maks
Copy link
Collaborator

maks commented Aug 3, 2016

You can long press on an individual file to either check it out (revert changes in working copy) or remove it from the staging tree cache (aka index).

@maks
Copy link
Collaborator

maks commented Nov 2, 2016

This issue was moved to maks/MGit#34

@maks maks closed this as completed Nov 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants