Missing Test Scripts

Hi ,
I have written the 4 test script on last week Thursday and Friday.
I did some operations for git integration on this week Monday and Tuesday.
When i checking the test cases i got only the test cases which i have done till Wednesday.
Missing with Thursday and Friday file.
Is there any ways to revert my test cases back ?

did you commit the changes?
do a git log to see what happened.

1 Like

Did you committed to some different branch and then checked out to a new branch ? You should be able to see all your committed branches on Git page.

1 Like

Yes guys your rite. I have done with different branch. I have changed my folder to previous version manually and i can see my changes now.

shit happens :))

Thanks for sharing.