What is your production take on How do I delete a Git branch locally and?

Pulled from common Stack Overflow threads:

What is your modern answer, and where does the usual advice break down at scale?

WaffleFries :smiling_face_with_sunglasses:

Local: git branch -d name if merged, or -D if you intentionally want to drop unmerged work.

MechaPrime