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

delete a remote branch

$ git push origin :the_remote_branch_you_need_to_delete

results matching ""

    No results matching ""