1、加强注释

2、上传时,添加-f参数才会强制上传,否则需要根据当前Tag标签信息来判断是否需要上传。
This commit is contained in:
2026-06-28 20:56:56 +08:00
parent ec7b51873c
commit 6b0f602e57
24 changed files with 1248 additions and 527 deletions

View File

@@ -298,6 +298,9 @@ gitver setup=1 pid=5 repodir=E:\Code\MyProj
```
gitver upload username=<用户名> [file=<上传文件>] [info=<配置.txt>] [url=<PMC基址>]
gitver upload username=<用户名> # 需在分支上且 HEAD 指向 Tag
gitver upload username=<用户名> -f # 强制上传,忽略 Tag 校验
gitver upload -f username=<用户名> [file=<上传文件>] # -f 位置任意
```
| 参数 | 说明 |