Appearance
git add . git commit -m "feat: 提交" git tag <tag> HEAD # 给最近一次提交打tag,也可以替换成其他commit git push && git push --tags