We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2655b8a commit ae84c65Copy full SHA for ae84c65
README.en.md
@@ -96,15 +96,3 @@ git add -A
96
# Commit local warehouse
97
git commit -m "Initial commit"
98
```
99
-
100
-## Precautions
101
102
-### Version management, while iterating the version, remember to synchronize the scripts under mysql
103
104
-```sh
105
-# bus frontend
106
-BUS_WEB_VERSION=xxx
107
-# bus backend
108
-BUS_GATEWAY_VERSION=xxx
109
-#...
110
-```
README.md
# 提交本地仓库
git commit -m "Initial commit(初始化仓库)"
-## 注意事项
-### 版本管理, 版本迭代同时, 记得同步mysql下面的脚本
-# bus前端
-# bus的后端
0 commit comments