Skip to main content
OverflowAI is here! AI power for your Stack Overflow for Teams knowledge community. Learn more
fixed formatting
Link
Vadim Kotov
  • 8.2k
  • 8
  • 49
  • 63

delete Delete a github branch

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

Possible Duplicate:
How do I delete a Git branch both locally and in Github?How do I delete a Git branch both locally and in Github?

First of all, I read how to remove a branch, but for some reason is not working on my project: https://github.com/ralcr/sdk.ralcr

When you first enter here you see some files 10 months old in a gh-pages branch. I have no idea how this branch was created and why it's displayed first, but I want to remove it and this is not working

Balutas-MacBook-Pro:sdk.ralcr Cristi$ git push origin --delete gh-pages
fatal: 'origin' does not appear to be a git repository
fatal: The remote end hung up unexpectedly

I want only the master branch.

Possible Duplicate:
How do I delete a Git branch both locally and in Github?

First of all, I read how to remove a branch, but for some reason is not working on my project: https://github.com/ralcr/sdk.ralcr

When you first enter here you see some files 10 months old in a gh-pages branch. I have no idea how this branch was created and why it's displayed first, but I want to remove it and this is not working

Balutas-MacBook-Pro:sdk.ralcr Cristi$ git push origin --delete gh-pages
fatal: 'origin' does not appear to be a git repository
fatal: The remote end hung up unexpectedly

I want only the master branch.

Possible Duplicate:
How do I delete a Git branch both locally and in Github?

First of all, I read how to remove a branch, but for some reason is not working on my project: https://github.com/ralcr/sdk.ralcr

When you first enter here you see some files 10 months old in a gh-pages branch. I have no idea how this branch was created and why it's displayed first, but I want to remove it and this is not working

Balutas-MacBook-Pro:sdk.ralcr Cristi$ git push origin --delete gh-pages
fatal: 'origin' does not appear to be a git repository
fatal: The remote end hung up unexpectedly

I want only the master branch.

removed deprecated tag [delete] as part of a slow burnination
Source Link

Possible Duplicate:
How do I delete a Git branch both locally and in Github?

First of all, iI read how to remove a branch, but for some reason is not working on my project: https://github.com/ralcr/sdk.ralcr

When you first enter here you see some files 10 months old in a gh-pages branch. I have no idea how this branch was created and why it's displayed first, but iI want to remove it and this is not working

Balutas-MacBook-Pro:sdk.ralcr Cristi$ git push origin --delete gh-pages
fatal: 'origin' does not appear to be a git repository
fatal: The remote end hung up unexpectedly

I want only the master branch. Thanks!

Possible Duplicate:
How do I delete a Git branch both locally and in Github?

First of all, i read how to remove a branch, but for some reason is not working on my project: https://github.com/ralcr/sdk.ralcr

When you first enter here you see some files 10 months old in a gh-pages branch. I have no idea how this branch was created and why it's displayed first, but i want to remove it and this is not working

Balutas-MacBook-Pro:sdk.ralcr Cristi$ git push origin --delete gh-pages
fatal: 'origin' does not appear to be a git repository
fatal: The remote end hung up unexpectedly

I want only the master branch. Thanks!

Possible Duplicate:
How do I delete a Git branch both locally and in Github?

First of all, I read how to remove a branch, but for some reason is not working on my project: https://github.com/ralcr/sdk.ralcr

When you first enter here you see some files 10 months old in a gh-pages branch. I have no idea how this branch was created and why it's displayed first, but I want to remove it and this is not working

Balutas-MacBook-Pro:sdk.ralcr Cristi$ git push origin --delete gh-pages
fatal: 'origin' does not appear to be a git repository
fatal: The remote end hung up unexpectedly

I want only the master branch.

insert duplicate link
Source Link
Loading
Post Closed as "exact duplicate" by Alex Wayne, Jean, evilone, Kris, slugster
Source Link
Loading