What does ‘hooks’ comprise of in git?
Answer / Shiv Shkti Singh
Git Hooks are scripts that Git executes automatically at various points during the lifecycle of a repository. They are used to automate tasks, enforce policies, and customize Git behavior.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is git fork? What is difference between fork and branch? How to create tag?
Why is it desirable to create an additional commit rather than amending an existing commit?
What is ‘head’ in git?
Explain the uses of git commands?
In git how do you revert a commit that has already been pushed and made public?
What is ‘bare repository’ in GIT?
What is git fork? How to create tag?
What is the difference between ‘git remote’ and ‘git clone’?
What commands will you use to bring a new feature to the main branch?
How do you find a list of files that have changed in a particular commit?
How can you create a repository in Git?
What is git Is-tree?