R's Workshop

Push Git Tag to Remote

將 local 的 git tag push 到 remote

Push Tags

Push a specific tag

git push [REMOTE_NAME] tag [TAG_NAME]

Push all tags (not recommended)

git push [REMOTE_NAME] --tags

Reference

Github uses linguist.

Git