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