When to delete a branch from Git?
        Posted  
        
            by lupefiasco
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by lupefiasco
        
        
        
        Published on 2010-05-11T18:14:11Z
        Indexed on 
            2010/05/13
            17:04 UTC
        
        
        Read the original article
        Hit count: 236
        
git
I'm relatively new to Git, and want to get advice on best practices for deleting branches.
After I've created and merged a branch back into master, should I leave it hanging around for historical purposes, or should I delete it as soon as it's no longer needed for housekeeping purposes?
© Stack Overflow or respective owner