Hello Everyone,
Recently, i made plenty changes and new testcases in my project. Then, i commited and pushed my code to my repository branch in Bitbucket. After that, i got some error like “Rejected bla bla bla”. But when i checked my repository branch in Bitbucket, there was no update there. So i tried to reopen the same project that i cloned into local repository. But all the changes i made today totally disappear and. Is there any chances to recover all of my testcases?
1 Like
Hi there,
Thank you very much for your topic. Please note that it may take a little while before a member of our community or from Katalon team responds to you.
Thanks!
Hi @nielsen1,
Welcome to our community. Can you please check your local changes whether they are still there? You can use git log
, git stash
, git reflog
or git reset
… Please read more on the Internet about each command.
1 Like