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 |
Explain git stash, pop?
Can you explain the gitflow workflow?
Explain the uses of git commands?
Explain what is commit message?
What is the difference between rebasing and merge in git?
what is git fork? What is difference between fork and branch? How to create tag?
How can you create a repository in Git?
What is Subgit? Why to use Subgit?
Why is it advisable to create an additional commit rather than amending an existing commit?
Explain the difference between rebase and merge?
How to rebase master in git?
Name a few Git repository hosting services