Login
Remember
Register
Q&A
Questions
Ask a Question
What is the command to delete a branch in your remote repository?
Home
>
Technology
>
What is the command to delete a branch in your remote repository?
0
votes
asked
Oct 26, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
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
interview-question-answer
technology-questions-answers
Facebook
Twitter
LinkedIn
Email
Add Answer
1
Answer
0
votes
answered
Oct 26, 2020
by
JackTerrance
(
1.7m
points)
git push origin -d branchname
Related questions
0
votes
1
answer
What is the command to delete a branch in your remote repository?
asked
Oct 26, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
Git delete remote branch in TFS git repository
asked
Feb 1
in
Education
by
JackTerrance
(
1.7m
points)
#git
#tfs
#azure-devops
#azure
0
votes
1
answer
What work is restored when the deleted branch is recovered?
asked
Nov 2, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What is the difference between ‘git remote’ and ‘git clone’?
asked
Nov 2, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What is the GIT command you can use to write a commit message?
asked
Nov 2, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
...