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 a “conflict” in git and how is it resolved?
What is GIT version control?
What is a repository and how will you create it?
What is another option for merging in git?
What are git repository hosting services you used?
What is the function of ‘git config’?
How git instaweb is used?
What is the difference between git vs svn
What is git bisect?
Explain the uses of git commands?
What is the function of git clone?
How do you find a list of files that have changed in a particular commit?