How many heads can be created in a repository?
Answer / Manoj Kumar
There is no limit to the number of branches (heads) that can be created in a Git repository. However, each branch points to a unique commit, so if there are multiple branches with different commit histories, they all represent distinct heads.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between the ‘git diff ’and ‘git status’?
What is the difference between git vs svn
What is the function of ‘git diff ’ in git?
Why GIT better than Subversion?
What is git fork? What is the difference between fork, branch, and clone?
What is difference between fork and branch? How to create tag?
How git instaweb is used?
Explain git stash, pop?
Describe the branching strategies you have used.
How will you know in GIT if a branch has been already merged into master?
What is the difference between git and github?
What is git fork? How to create tag?