Files
zln_test1/README.md
zln123 ec9493181f 更新 README.md
docs: 完善 README.md 项目说明
2026-02-26 16:36:06 +08:00

28 lines
929 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# zln_test1 - 基础工程化测试仓
## 项目概述
本仓库最初用于验证 macOS M1 环境下的 Git 版本控制流程,后续将作为 **NLP 与大模型应用开发** 的基础工程化模板,重点实践代码版本管理、分支策略与远程协作。
## 技术栈
| 类别 | 工具/技术 |
| :--- | :--- |
| **版本控制** | Git (2.39.5) |
| **开发环境** | macOS M1, Conda |
| **核心方向** | NLP, RAG, 大模型工程化 |
## 工程化规范
1. **分支策略**`main` (生产分支)、`dev` (开发分支)、`feature/*` (功能分支)
2. **提交规范**`type(scope): message`
- 示例:`feat(init): 完成项目初始化与 README 编写`
3. **用户配置**:已完成提交者身份标准化配置。
## 快速开始
```bash
# 克隆仓库
git clone http://82.156.249.211:3000/zln123/zln_test1.git
# 进入目录
cd zln_test1
# 创建功能分支
git checkout -b feature/init-nlp