I am working on a flutter project in android studio. By mistake I run (git clean -xfd) (git stash save --keep-index) these command and my all edited file are rollbacked. My all today work is lost. Is there any way to undo or reload a file's contents from disk. Please Help me...
I tried this but not helping me Recover file in Android Studio?
I am working on a flutter project in android studio. By mistake I run (git clean -xfd) (git stash save --keep-index) these command and my all edited file are rollbacked. My all today work is lost. Is there any way to undo or reload a file's contents from disk. Please Help me...
I tried this but not helping me Recover file in Android Studio?
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/b117e567-5462-4167-8c34-49ffb74513a3%40googlegroups.com.
Hello,if you still have the files open on Android Studio, maybe you can do an "undo" on each file tab and return to the last version of them. I don't use Android Studio, but Visual Studio Code keeps an undoable history for each open file.Hope it helps.Andrea
On Wed, 10 Jul 2019 at 12:28, Gursewak Singh <gursewak...@gmail.com> wrote:
--I am working on a flutter project in android studio. By mistake I run (git clean -xfd) (git stash save --keep-index) these command and my all edited file are rollbacked. My all today work is lost. Is there any way to undo or reload a file's contents from disk. Please Help me...
I tried this but not helping me Recover file in Android Studio?
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutt...@googlegroups.com.
$ git stash show
Now check if you have anything kept in stash then you are lucky and hit the next command as
$ git stash apply