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: 105
git
When I run git branch -a, it prints out like this, for ex:
branch_a
remotes/origin/branch_a
Few questions:
- What does branch_a indicate?
- What does remotes/origin/branch_a indicate?
- How do I delete remotes/origin/branch_a?
© Stack Overflow or respective owner