Skip to main content
DevOpsLabTH.dev

Delete branches with -d vs -D

`git branch -d` refuses to drop unmerged work. `git branch -D` forces the delete and discards the commits.

Sign in to start the lab