On Thu, Feb 18, 2010 at 4:23 PM, Mike.lifeguard <[email protected]> wrote:
> I accidentally created a gh-pages branch in my repo (ok, not exactly > an accident - I wanted to test it out, I just didn't know it would > create a new branch - I used the web interface). I'd like to remove > it, but I don't know how. Could someone help me with this? git push origin :gh-pages Or, if you have git 1.7 installed: git push origin --delete gh-pages -- Chris Wanstrath http://github.com/defunkt -- You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/github?hl=en.
