I'm a little inexperienced with GIT. I was working on a branch, however, I wanted to receive some updates in the master branch, but git pull
failed, as there were non-committal changes. So I ended up using the git reset --hard HEAD
command. But I had forgotten about the non-committal changes in the other branch, besides the ones I wanted to rule out.
The question is, is there any way to recover such files? There are several hours of work there. If anyone can help me.