So in my project I switched to a specific commit by:
git log (to check commit id)
git checkout commit_id
Then I added some changes there and commited them.
Then I checkout to another branch to do something there.
But now I can't return to my changes I made in the commit. When I just checkout to commit_id again, it's there without my changes. I don't have my new commit in my branch and also any new branch wasn't created. But I commited the changes I did there. So where did my changes go? Anyone knows? :(