How many heads can be created in a repository?



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

Post New Answer

More Git Interview Questions

What is the difference between the ‘git diff ’and ‘git status’?

1 Answers  


What is the difference between git vs svn

1 Answers  


What is the function of ‘git diff ’ in git?

1 Answers  


Why GIT better than Subversion?

1 Answers  


What is git fork? What is the difference between fork, branch, and clone?

1 Answers  


What is difference between fork and branch? How to create tag?

1 Answers  


How git instaweb is used?

1 Answers  


Explain git stash, pop?

1 Answers  


Describe the branching strategies you have used.

1 Answers  


How will you know in GIT if a branch has been already merged into master?

1 Answers  


What is the difference between git and github?

1 Answers  


What is git fork? How to create tag?

1 Answers  


Categories