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`git branch -d` refuses to drop unmerged work. `git branch -D` forces the delete and discards the commits.
Sign in to start the lab