Blogmepost
Latest Questions
Contact Us
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
14
views
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
#git
asked
Oct 26, 2020
in
Technology
by
JackTerrance
(
185k
points)
Add Answer
1
Answer
0
votes
git push origin -d branchname
answered
Oct 26, 2020
by
JackTerrance
(
185k
points)
Related questions
0
votes
1
answer
25
views
25
views
What is the command to delete a branch in your remote repository?
asked
Oct 26, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
18
views
18
views
What is the GIT command you can use to write a commit message?
asked
Nov 2, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
17
views
17
views
What is the git command that downloads any repository from GitHub to your computer?
asked
Oct 4, 2020
in
Technology
by
Editorial Staff
(
48.2k
points)
#github
#devops-github
0
votes
1
answer
20
views
20
views
How to push a new local branch to a remote Git repository and track it too?
asked
Jan 7
in
Technology
by
JackTerrance
(
185k
points)
git
0
votes
1
answer
17
views
17
views
What is the difference between ‘git remote’ and ‘git clone’?
asked
Nov 2, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
14
views
14
views
What work is restored when the deleted branch is recovered?
asked
Nov 2, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
14
views
14
views
What is ‘git reset’ is used for? What is the default mode of this command?
asked
Nov 4, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
23
views
23
views
How to Reset local repository branch to be just like remote repository HEAD?
asked
Jan 7
in
Technology
by
JackTerrance
(
185k
points)
git
0
votes
1
answer
17
views
17
views
What is git diff command? How is it different from git status?
asked
Nov 4, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
14
views
14
views
Is it possible to add a file directly to the repository? Which command can be used for this?
asked
Feb 18
in
Technology
by
JackTerrance
(
185k
points)
svn-interview-questions
0
votes
1
answer
22
views
22
views
How will you remove a file from Git without actually removing it from your local filesystem?
asked
Nov 4, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
21
views
21
views
Explain How to change the URI (URL) for a remote Git repository?
asked
Jan 7
in
Technology
by
JackTerrance
(
185k
points)
git
0
votes
1
answer
16
views
16
views
How to resolve a conflict in Git?
asked
Nov 2, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
15
views
15
views
What is the common branching pattern in Git?
asked
Nov 4, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
15
views
15
views
What is the syntax for rebasing in GIT?
asked
Nov 4, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
18
views
18
views
What is git cherry-pick? What are the scenarios in which git cherry-pick can be used?
asked
Nov 4, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
18
views
18
views
How do you push a file from your local system to the GitHub repository using Git?
asked
Oct 4, 2020
in
Technology
by
Editorial Staff
(
48.2k
points)
#github-repository
#repository-gihub
0
votes
1
answer
16
views
16
views
Can the users simply switch to a previous version while working on a repository in SVN? If so, what is the simplest method for this according to you?
asked
Feb 18
in
Technology
by
JackTerrance
(
185k
points)
svn-interview-questions
0
votes
1
answer
15
views
15
views
What is ‘staging area’ or ‘index’ in Git?
asked
Nov 2, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
15
views
15
views
What is the difference between ‘HEAD’, ‘working tree’ and ‘index’?
asked
Nov 4, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
14
views
14
views
What is the Git Stash drop?
asked
Nov 4, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
19
views
19
views
What is the function of ‘git config’?
asked
Nov 2, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
19
views
19
views
What is the difference between the ‘git diff ’and ‘git status’?
asked
Nov 2, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
22
views
22
views
What is the function of ‘git stash apply’?
asked
Nov 2, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
0
votes
1
answer
16
views
16
views
What is the difference between git pull and git fetch?
asked
Nov 2, 2020
in
Technology
by
JackTerrance
(
185k
points)
#git
...