I started a git project A, and cloned another git project B into it.
I cluelessly didn't think that it would stay it's own project because it showed up in git status
commands.
I changed it and committed, but I don't know where my commits went.
When I check my github page it shows simply a commit ID for the project
.
I deleted the B folder, thinking the link would remain in git history, but not it's gone - the folder is not in the trash, and I'm worried I've lost my changes.
I can download the original repo again, but it won't have my changes and I don't know how to get them.
I've checked out old commits when it still existed.
Any ideas how to get them back?