How will you run a script automatically when a developer commits a change into GIT?
0
GIT provides the feature to execute custom scripts when a specific event occurs in GIT. This feature is called hooks.
Wecanwritetwo types of hooks.
- Client-side hooks
- Server-side hooks
For this case, we can write a Client-side post-commit hook. This hook will execute a custom script in which we can add the message and code that we want to run automatically with each commit.
Sign in to add a comment
0 Answers
0
📝 No answers yet!
Be the first to answer this interview question.
Your Answer
Sign in to post your answer and help the community.