Replies: 1 comment 6 replies
-
I was able to fix it with As a test, I checkout out git co -b brandon/second-branch-2
vim ... # write some code
git commit And it worked as expected, |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a setup that looks something like:
I don't think I did anything special here, just:
I'd expect the branch pointer for
brandon/second-branch
to be onCommit #6
, which is what usually happens, but it looks like I'm in a detatched HEAD state now?My questions:
981808f
to30e9a32
) without breaking everything?Beta Was this translation helpful? Give feedback.
All reactions