I was working on this game and after I committed, it seemed like all the changes disappeared. So I look into the commit I want to restore, and there is only 1 changed file. (which is main.ts
) The diff for main.ts
looks fine but main.blocks
was never updated in this commit:
You can see when you browse the repo at this commit:
That
main.blocks
was stuck at the previous commit while main.ts
is fine. Is there any way I can fix it?