What is ‘head’ in git and how many heads can be created in a repository?
Answer / 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 |
What is a repository in GIT?
What is the function of ‘git checkout’ in git?
How will you know in GIT if a branch has been already merged into master?
What is git cherry-pick?
How to rebase master in git?
How will you know in git if a branch has already been merged into master?
What is the purpose of branching and how many branching strategies can you apply?
What does ‘hooks’ comprise of in git?
Mention some of the best graphical GIT client for LINUX?
What is git reflog?
What is the command you can use to write a commit message?
What is Subgit? Why to use Subgit?