Correct Answer: -d deletes the local branch, while -D deletes the local branch regardless of push and merge status.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Git Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Git MCQ Questions
You stashed three sets of changes but cannot remember the contents of the first stash entry. What command would you use to see the details of the changes in the first of the three stash entries?
Which statement is true of the git push command?
How would you delete a remote branch in your repository?
What is the default setting of git reflog when no subcommands are specified?
How does the -p option change the behavior of the git add command
To limit the "git diff" comparison to the file foo.txt, use:
How do you retrieve changes from a remote repo?
What is the correct way to add multiple files to the staging area?
Which command shows you the version of your git installation.
To update your local repo, which command will you use?