1.

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

Answer»

What is the command to delete a branch in your remote repository?
Choose the CORRECT option from below list
(1)git branch -d branchname
(2)NONE of the OPTIONS
(3)git push origin -d branchname
(4)git delete branchname

Answer:-(3)git push origin -d branchname



Discussion

No Comment Found