將 local 的 git tag push 到 remote
Push a specific tag
git push [REMOTE_NAME] tag [TAG_NAME]
Push all tags (not recommended)
git push [REMOTE_NAME] --tags
Github uses linguist.
Git
Written on
June
1st
,
2024
by
Borting