You’re sitting on a detached HEAD:
git checkout <sha>
You want to make a branch at that commit:
git branch my-new-branch
And now switch to that branch:
git checkout my-new-branch
You’re sitting on a detached HEAD:
git checkout <sha>
You want to make a branch at that commit:
git branch my-new-branch
And now switch to that branch:
git checkout my-new-branch