Working with git and intellij I have accidently commmited my changes to my local branch.
I want to revert the commmit but keep the changes as before (ready for next commit).
I have looked in this page explaining me how to revert a commit but failed to understand the reset type meaning (mixed/head/soft).
I want to have all my changes as before in order to keep working on them.
Any help on how to it?