I lost a lot of my work because I had unfinished rebase. I find out it when I was trying commit my 2 day work. I couldn't commit works until rebase is not resolved, so I abort it, because skip or continue didn't work. But with abort all my changes are gone ... can you tell me if it possible to recover these data please? Thank you in advice.
If you are using Intellij Idea you can use Idea's Local History.
Right click on package of source code which you want to restore (e.g, main) and select Local History > Show History
and you will see your code history (also uncommited changes). Now you can find change when you lost your code and revert it.