in Technology by

What is the command to delete a branch in your remote repository?

(1)git branch -d branchname
(2)None of the options
(3)git push origin -d branchname
(4)git delete branchname

 

Please log in or register to answer this question.

1 Answer

0 votes
by

git push origin -d branchname

Related questions

...