Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带注释的标签,它引用了一个提交(它是否有注释有关系吗?)并且没有分支引用那里。提交会在一段时间后被垃圾收集吗?
不,提交不会被垃圾收集。来自标签的引用足以使提交保持活动状态。
标签和分支都是refs,如果 ref 指向一个提交,它不是垃圾收集。你也可以有自定义的 refs,但这些并不常见。