If I check out a tagged version of my source code without creating a branch, Git indicates that I\'m not associated with any branch at all. It\'s happy to let me make changes an
Yes, they'll be in reflogs.
You can name the branch at any time like this:
git checkout -b my-branch-name