Version control: delete branches after merging?

Posted by Nathan Long on Stack Overflow See other posts from Stack Overflow or by Nathan Long
Published on 2010-03-24T19:38:51Z Indexed on 2010/03/24 19:43 UTC
Read the original article Hit count: 329

Filed under:

When you branch some code, finish working with the branch, and merge it back to the trunk, what do you do with the branch? Delete it from the repository? Keep it for reference?

It seems like you would keep it for reference, but I imagine the /branches directory could get pretty cluttered.

(If this isn't something people generally agree on, please comment and I'll make it a community wiki.)

© Stack Overflow or respective owner

Related posts about version-control