Deleting remote branches?

Posted by keruilin on Stack Overflow See other posts from Stack Overflow or by keruilin
Published on 2010-06-18T10:25:36Z Indexed on 2010/06/18 10:33 UTC
Read the original article Hit count: 89

Filed under:

When I run git branch -a, it prints out like this, for ex:

branch_a
remotes/origin/branch_a

Few questions:

  1. What does branch_a indicate?
  2. What does remotes/origin/branch_a indicate?
  3. How do I delete remotes/origin/branch_a?

© Stack Overflow or respective owner

Related posts about git