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 does ‘hooks’ consist of in git?
What is git fork? How to create tag?
What is a commit message?
What is git cherry-pick?
Distinguish between git fetch and git pull?
What is the function of ‘git diff ’ in git?
How do you configure a git repository to run code sanity checking tools right before making commits, and preventing them if the test fails?
What does ‘hooks’ comprise of in git?
What work is restored when the deleted branch is recovered?
What are git stash and git stash drop?
What is the function of ‘git stash apply’?
What is GIT version control?