What does ‘hooks’ consist of in git?
Answer / Prashank Srivastava
'Hooks' are scripts located in specific directories (.git/hooks) that trigger when certain events occur in the repository, such as commit or push.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the function of ‘git diff ’ in git?
What are the different ways you can refer to a commit?
What is a repository and how will you create it?
What is “Staging Area” or “Index” in GIT?
Distinguish between git fetch and git pull?
Name a few Git repository hosting services
Explain the advantages of forking workflow?
What is the function of ‘git config’?
What is the command you can use to write a commit message?
How to revert previous commit in git?
What is the function of ‘GIT PUSH’ in GIT?
What is a commit message?