m-git icon indicating copy to clipboard operation
m-git copied to clipboard

标签tag无法push

Open wyxuan opened this issue 4 years ago • 1 comments

mgit tag tagName 后无法 mgit push --tags 等操作。如何才能推送创建的标签到origin

wyxuan avatar Apr 08 '21 02:04 wyxuan

感谢您的反馈:

mgit push 命令暂不支持对 tag 的操作 ,可以作为一个 TODO 后续支持; 您可以使用 mgit forall 命令对多仓库批量执行指令, 例如:mgit forall -c 'git push --tags'

WP2008 avatar Apr 08 '21 06:04 WP2008