-
Short answer. |
Beta Was this translation helpful? Give feedback.
Answered by
montasim
Oct 26, 2022
Replies: 1 comment
-
They are all names for various branches. Even Though a single git repository can track an arbitrary number of branches, the working tree is only associated with one of them, and HEAD points to that branch. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
olx24
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They are all names for various branches. Even Though a single git repository can track an arbitrary number of branches, the working tree is only associated with one of them, and HEAD points to that branch.