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 |
Mention the various git repository hosting functions.
Why git and not svn?
What is the command you can use to write a commit message?
Why is it desirable to create an additional commit rather than amending an existing commit?
Why GIT better than Subversion?
What is the function of ‘GIT PUSH’ in GIT?
How to revert previous commit in git?
What is another option for merging in git?
What is Subgit? Why to use Subgit?
What is git cherry-pick?
What is the difference between the ‘git diff ’and ‘git status’?
What does ‘hooks’ consist of in git?