-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Git/SCM - Unstage resets all files! #11633
Comments
First glance at changes makes this feel like the most likely commit to me. 422063b Is this ambiguous? Code for STAGE And DISCARD (_ALL), but is DISCARD the same as "unstage"? |
It looks like we are invoking the commands correctly on the frontend - the long |
Excellent debugging! Looks like that is the problem. I don't know how this project merges and builds, will this land in 'latest' (1.29.x) or 'next' (1.30.x)? And maybe when? I guess I'm just trying to see if I should work on a patch or just wait a day and rebuild. |
@jaredkipe generally the project performs A workaround for the bug for your own product can also include pinning the "resolutions": {
"**/dugite-extra": "0.1.15"
}, |
Bug Description:
Unsure if this is a problem with git or scm, but if you are working and stage some files. If you use the GUI to stage and then unstage (the minus button that says "Unstange Changes"), it will in fact reset all modified files.
Not just the one file. Poof, all your work gone.
Also, 'unstage all' does the same thing.
Steps to Reproduce:
All modified files are reset. If the file you unstage is new, it will also be gone.
Additional Information
The text was updated successfully, but these errors were encountered: