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 |
How will you know in git if a branch has already been merged into master?
What is git fork? How to create tag?
What are the advantages of using GIT?
What is ‘git status’ is used for?
Mention some of the best graphical GIT client for LINUX?
Explain the gitflow workflow?
What is the function of ‘git diff ’ in git?
What is git Is-tree?
Why git and not svn?
What is git bisect? How can you use it to determine the source of a (regression) bug?
What is difference between fork and branch? How to create tag?
What is the difference between ‘git remote’ and ‘git clone’?