Reputation: 43427
Please correct me if any of my assumptions seem to be wrong.
Upvotes: 1
Views: 43
Reputation: 526583
Because creating a branch is not a destructive operation. Deleting one is.
It's generally "safe" to create a branch on the remote - nothing is depending on a branch that wasn't there. It's not safe to delete a branch, though - other people might be using it, or some tool might be monitoring it, or whatever.
Upvotes: 2