| Exam 200-901 | Question id=6246 | Software Development and Design | 
        What is the Git command to delete a local branch named "experiment" without a warning?
      
| A. | 
            git branch -rm experiment | |
| B. | 
            git branch -n experiment | |
| C. | 
            git branch -f experiment | |
| D. | 
              git branch -D experiment |