Answer Posted / Vinit Kumar Singh
'Git branch -d <branch_name>' deletes a local branch, provided it has been merged or pushed to a remote repository. If the branch has unmerged changes, you'll need to use 'git branch -D <branch_name>' to force the deletion.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers