Question 329:
Whizlabs integrated GitHub repository with Azure Boards for their Azure DevOps web application project. One of their developers corrected a label problem and now wants to close an open Azure Boards item.
What should be the developer`s branch commit statement?
Answer options:
A.git commit -m "Finished Fixing AB#1 label issue" B.git commit -m "Finished `Correct misspelled label` issue" C.git commit -m "Corrected label issue. Closed AB#1" D.git commit -m "Finished label issue. Fixed AB#1" E.git commit -m "Finished AB#1 `Correct misspelled label` issue"