楼主:
nckuff (nckuff)
2025-01-15 14:29:27安安 台嘎豪 如题
肥宅觉得标题很难表示得很精准,但情况大致如下
公司以前的软件原始码不是用git做版本管理 是直接在档案中
注解掉和加comment例如
v1.0版:
go_to_toilet();
do_some_shit();
go_out_toilet();
v1.1版: 改版后用注解做版控就会变这样
go_to_toilet();
// 20101231 nckuff: Add new shit to shit more beautiful