@hupan56/wlkj 3.3.10 → 3.3.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -122,8 +122,9 @@ autotest:
|
|
|
122
122
|
# setup.py init 时会交互式配置 git remote add origin <url>。
|
|
123
123
|
# 不配也能本地工作, 但 push/同步功能不可用。
|
|
124
124
|
team_remote:
|
|
125
|
-
url:
|
|
126
|
-
|
|
125
|
+
# url: 团队 git 地址(留空则 setup.py 会问; 填了团队所有人 init 自动用)。注意:不要在 url: 同行写中文注释,setup.py 会把注释当 url
|
|
126
|
+
url: ""
|
|
127
|
+
branch: master
|
|
127
128
|
|
|
128
129
|
# ── Git Sync (Weekly) ──
|
|
129
130
|
# 每个项目在 data/code/ 下有自己的 git 仓库
|