I am new to using submodules in Git.
I have (somehow) checked out all the submodules, made some changes in one of them, added changes, and commited (one file added, another file modified). I did not git push
the changes yet.
When I execute git status
I get "HEAD detached from..." message.
Where did my commit end up in?
I would like to get back to master
as I am used to. And I would like to apply the changes to master.
How do I do this?