Login
Remember
Register
Ask a Question
What is the command to delete a branch in your remote repository?
0
votes
asked
Feb 13, 2022
in
Git
by
rajeshsharma
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
git-delete
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 13, 2022
by
rajeshsharma
c) 'git push origin -d branchname' is the command to delete a branch in your remote repository
...