Replies: 1 comment 1 reply
-
This behavior is intentional if you're already in a detached state (or you pass the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some reason or another, whenever I run
git record
I always end up on a detached HEAD commit, the parent commit is correct, and the stack seems fine, only, the branch reference never moves (hence being stuck on a detached HEAD).Is this expected?
I could reset the branch ref by
git reset --hard 4014623
- but that feels.... wrong.Beta Was this translation helpful? Give feedback.
All reactions