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.
我正在尝试使用以下方法删除 Mercurial 存储库中的本地标签:
hg tag --remove tag-name
我收到以下消息:
中止:标签'last-working'不是全局标签
有没有办法删除本地标签?
当然:
hg tag --remove --local tag-name