1、加强注释
2、上传时,添加-f参数才会强制上传,否则需要根据当前Tag标签信息来判断是否需要上传。
This commit is contained in:
@@ -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 位置任意
|
||||
```
|
||||
|
||||
| 参数 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user