+1 vote
in Git by (30.6k points)

What is the command to delete a remote branch in GIT?

In most instances, you are going to have one remote repository per project. However, I've had a few abnormal circumstances where I've had to use two remote repositories for one project (i.e. one repository on Gitlab and one on Bitbucket for two different teams working on the same project). 

1 Answer

0 votes
by (19.7k points)
git push origin : branchname
Click here to read more about GIT
Click here to read more about Insurance

Related questions

+1 vote
asked Jul 25, 2019 in Git by SakshiSharma (30.6k points)
+1 vote
asked Jul 25, 2019 in Git by SakshiSharma (30.6k points)
...