When to delete a branch in Git
Posted
by
Jo-Herman Haugholt
on Programmers
See other posts from Programmers
or by Jo-Herman Haugholt
Published on 2011-06-28T12:57:08Z
Indexed on
2011/06/28
16:31 UTC
Read the original article
Hit count: 362
I have a script project I've been managing with Git. Besides two main branches, several minor branches have been introduced over time to cover minor features, tweaks or temporary changes. Some of these branches are nearing end-of-life, and I won't be updating them any more.
What's the different philosophies for handling branches like this? Should they be removed, or left in the repository unmaintained? If I do, won't I end up with a cluttered repository?
© Programmers or respective owner