push
push a new local branch to a remote Git repo remote
$ git checkout -b your_feature_branch_name
$ git push -u origin your_feature_branch_name
$ git push origin :the_remote_branch_you_need_to_delete
push a new local branch to a remote Git repo remote
$ git checkout -b your_feature_branch_name
$ git push -u origin your_feature_branch_name
$ git push origin :the_remote_branch_you_need_to_delete