Valid AZ-400 Dumps shared by ExamDiscuss.com for Helping Passing AZ-400 Exam! ExamDiscuss.com now offer the newest AZ-400 exam dumps, the ExamDiscuss.com AZ-400 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-400 dumps with Test Engine here:
You are using GitHub as a source code repository. You create a client-side Git hook on the commit-msg event. The hook requires that each commit message contain a custom work item tag. You need to make a committhat does not have a work item tag. Which git commit parameter should you use?
Correct Answer: B
Explanation The commit-msg hook is invoked by git-commit and git-merge, and can be bypassed with the --no-verify option. Reference: https://git-scm.com/docs/githooks