What is the Git command to delete a local branch named “experiment” without a warning?

Posted by: Pdfprep Category: 200-901 Tags: , ,

What is the Git command to delete a local branch named “experiment” without a warning?
A . git branch Cn experiment
B . git branch Crm experiment
C . git branch Cf experiment
D . git branch CD experiment

Answer: D

Explanation:

Reference: https://www.atlassian.com/git/tutorials/using-branches

Leave a Reply

Your email address will not be published.