# git-standard **Repository Path**: yukai1998/git-standard ## Basic Information - **Project Name**: git-standard - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-02 - **Last Updated**: 2023-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # git提交标准流程规范 ## 分支说明 - `master`: 主分支 - `devloper`: 开发分支 - `feature/xxx`: 新功能开发分支 - `fix/xxx`: bug修复 - `release/xxx`: 上线分支