How git Deletes a remote branch

Source: Internet
Author: User

Transferred from: http://elephantliu.blog.51cto.com/1107116/636967

Once entangled in too many branches on the github.com cause the branch is too chaotic. have been looking for ways to delete the remote branch, but the method found on the internet is not good.

An inadvertent mistake resulted in the deletion of a branch on a github.com project, only to find a way to remove the github.com branch. Hope to be able to help you.

Ideas:

Create a new empty repository and push the empty repository directly to a branch of github.com. This branch will be automatically deleted.

Code:

    1. remote_repo="Https://github.com/lexdene/Dlut-Game-Platform.git" #这是我想删除分支的仓库地址

    2. Remote_branch="Libapi" #这是我想删除的远端仓库分支的名字

    3. Mkdir/tmp/git-empty

    4. Cd/tmp/git-empty

    5. Git init

    6. git push $remote _repo: $remote _branch #有个冒号不能省略

Complete the full text.

# Update

Git branch-d-R $remote _branch

git push remote_name--delete branch_name

This article is from the "Elephant_liu" blog, make sure to keep this source http://elephantliu.blog.51cto.com/1107116/636967

How git Deletes a remote branch

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.