Git - Remote Repositories
Why is it recommended to use
git push origin --delete branch-name instead of git push origin :branch-name to delete remote branches?