How to delete one branch ?

Git 1.7 brings a possibility to delete a branch with simple push command. This command should only define deleted branch with --delete branch_name suffix, as below:

git push origin --delete my_branch_to_delete