in Git by (23.9k points)
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 (23.9k points)
c)  'git push origin -d branchname' is the command to delete a branch in your remote repository

Related questions

+1 vote
0 votes
asked Jan 9, 2021 in Git by SakshiSharma (32.2k points)
0 votes
0 votes
asked Feb 13, 2022 in Git by rajeshsharma (23.9k points)
+2 votes
asked Jul 25, 2019 in Git by SakshiSharma (32.2k points)
...