Dri*_*ric 14 tags github-for-windows
有没有办法在Github的Windows客户端中管理存储库标记?
(如果没有,我怎么能这样做?)
Von*_*onC 11
您仍然需要从"GitHub for Windows"GUI打开bash并使用CLI.
git push --tags
git fetch --tags
git tag -a ...
Run Code Online (Sandbox Code Playgroud)
(参见git tag手册页)
GitHub for Mac也有类似的问题,在这两种情况下,refs/tagsGUI还没有考虑标签namespace().