What is ‘head’ in git and how many heads can be created in a repository?
Answer Posted / Mayank Kumar Dixit
'Head' refers to the current branch or commit that you are working on. There isn't a limit to the number of heads that can exist within a single repository.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers