# forest-test-platform **Repository Path**: jeanlv/forest-test-platform ## Basic Information - **Project Name**: forest-test-platform - **Description**: DRF+VUE3搭建简单的测试平台 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-06 - **Last Updated**: 2025-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # forest-test-platform ## 介绍 小森林测试平台,DRF+VUE3搭建简单的测试平台 ## 软件架构 软件架构说明 ## 安装教程 1. xxxx 2. xxxx 3. xxxx ## 使用说明 1. xxxx 2. xxxx 3. xxxx ## Git使用 1. 查看所有本地和远程分支 ```sh git branch -a ``` 2. 拉取远程某个分支并创建本地分支 ```sh git fetch git checkout -b 本地分支名 origin/远程分支名 ``` 3. 新建本地分支 ```sh git checkout -b 新分支名 ``` 4. 本地分支推送到远程 ```sh git push --set-upstream origin 分支名 ```