I love git

David Flynn davidf at woaf.net
Sun Oct 28 00:32:08 BST 2012


* David Cantrell (david at cantrell.org.uk) wrote:
>Now, my question - can I delete the branch, while still leaving the tag
>in place?

Yes, branches (as are tags) are just pointers to commits.  As long as
a commit is reachable via some pointer, it won't be GC'd.

..david


More information about the london.pm mailing list