I made a Git Pull and overwritten everything I had in the code there.
In my company I used SVN and there I did an update after a commit and the system always performed a merge of everything, but the company migrated everything to git and it is already the second time that this happens to me.
I did a git pull before committing my changes, but what happened was that it did not merge the changes, git took everything the other dev.
Is there any way to revert to the previous state?