Hi Friends,
I was just doing R&D with Git in WEBIDE and faced a strange issue.
I have created two branches - Master and Temp, Did changes in Temp and committed, then came back to Master Branch. Here one file of Temp branch (say it file1) was still

showing in Git pane, so I have not selected it while committing Master Branch( committed the changed file of master branch).
Now I wanted to go for Temp Branch so on selection of Temp branch a pop up came , saying 'file1' is not committed , I have clicked on reset option.
Then popup came that reset is not possible and all the files of my project got deleted , in project setting there is no git setting, git connection got disconnected. Now my project is just a new folder.
Now , how to get back my project files, I'm just afraid if this thing will happen in real scenario.