0 votes
in Git by
What is the command to delete a branch in your remote repository?

a)  git delete branchname

b)  git branch -d branchname

c)  git push origin -d branchname

d)  None of the options

1 Answer

0 votes
by
c)  'git push origin -d branchname' is the command to delete a branch in your remote repository

Related questions

0 votes
asked Jan 9, 2021 in Git by SakshiSharma
+1 vote
asked Jul 25, 2019 in Git by SakshiSharma
...