摘要: How to tell which commit a tag points to in Git? 回答1 One way to do this would be with git rev-list. The following will output the commit to which a ta 阅读全文
posted @ 2021-07-07 10:49 ChuckLu 阅读(84) 评论(0) 推荐(0)
摘要: Why should I care about lightweight vs. annotated tags? 回答1 The big plus of an annotated tag is that you know who created it. Just like with commits, 阅读全文
posted @ 2021-07-07 10:33 ChuckLu 阅读(154) 评论(0) 推荐(0)
摘要: How to get rid of “would clobber existing tag” You should update your local tags with remote tags: git fetch --tags -f Then pull again. 我遇到的情况是,之前有一个t 阅读全文
posted @ 2021-07-07 10:09 ChuckLu 阅读(107) 评论(0) 推荐(0)
摘要: Facebook, Google and Twitter threaten to leave Hong Kong over privacy law changes They're worried they may be held liable for users' doxxing campaigns 阅读全文
posted @ 2021-07-07 01:07 ChuckLu 阅读(150) 评论(0) 推荐(0)