ExamGecko
Question list
Search
Search

Question 20 - 200-901 discussion

Report
Export

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

A.

git branch -rm experiment

Answers
A.

git branch -rm experiment

B.

git branch -n experiment

Answers
B.

git branch -n experiment

C.

git branch -f experiment

Answers
C.

git branch -f experiment

D.

git branch -D experiment

Answers
D.

git branch -D experiment

Suggested answer: D

Explanation:


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

asked 07/10/2024
Vijay Kumar
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first