在进行GitHub提交时,如何在将其推送到远程仓库之前使用git命令行选项对其进行标记?
可以这样做吗? git commit -m 'first commit' -tag -a v0.0.1 -m "1st release"
git commit -m 'first commit' -tag -a v0.0.1 -m "1st release"
tagging github
github ×1
tagging ×1