Hey guys, PLEASE HELP! I tried running "git pull --rebase origin main" onto my branch and got merge conflicts. When I opened to fix the conflicts, I noticed that the code I had written on my branch was no longer there.
Then I aborted the rebase by running "git rebase --abort" got was able to see my code again.
QUESTION:
Do you guys know why my code disappeared?
THANK YOU KINDLY FOR ANY HELP!