feat: init

This commit is contained in:
OBKoro1 2020-11-18 16:41:00 +08:00
parent 187e5cda68
commit 696d85e918

View File

@ -2,7 +2,7 @@
# Author : OBKoro1
# Date : 2019-12-26 20:55:46
# LastEditors : OBKoro1
# LastEditTime : 2020-10-27 17:03:16
# LastEditTime : 2020-11-18 16:40:49
# FilePath : \autoCommit\deploy.sh
# Description :
# https://github.com/OBKoro1
@ -26,3 +26,13 @@ vsce package --yarn # 解决下文报错
# TODO: 修改版本
# npx ovsx publish /Users/koro/work/web_my/koro1FileHeader/korofileheader-4.7.8.vsix -p 765ed6f2-2c30-4466-9cb5-223e323b650a
# tag
# https://git-scm.com/book/zh/v2/Git-%E5%9F%BA%E7%A1%80-%E6%89%93%E6%A0%87%E7%AD%BE
# git tag -a 'v0.0.12' -m 'tag信息'
# git push origin --tags
# git tag
# git tag -l | xargs git tag -d #删除所有本地分支
# git fetch origin --prune #从远程拉取所有信息