Merge pull request #303 from 666ghj/dev

Dev
This commit is contained in:
ghmark675
2025-11-11 10:45:05 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ cd <repository-name>
```bash
git checkout dev
git pull origin dev # Synchronize the latest code from the remote dev branch.
```
> ⚠️ Always create your feature branch from **`dev`**, not `main`.

View File

@@ -20,6 +20,7 @@ cd <仓库名>
```bash
git checkout dev
git pull origin dev # 同步远程 dev 分支的最新代码
```
> ⚠️ 请务必从 **`dev` 分支** 创建你的功能分支,而不是从 `main`。