# technology-share **Repository Path**: chuangming-741/technology-share ## Basic Information - **Project Name**: technology-share - **Description**: 创明技术分享资料 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-04-03 - **Last Updated**: 2025-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 创明技术例会资料 ### 提交格式 - 每人创建各自的文件夹 `姓名-学号` `蒋涛-201921098412` - 每次例会创建一个新文件夹 `时间` `220403` - 介绍文件格式为 `markdown` 命名`README.md` - 例会相关其它资料也可上传到文件夹 ### git提交教程 #### 提交流程 - 拉取仓库 `git clone https://gitee.com/chuangming-741/technology-share.git` - 按照提交格式添加文件 - 添加到缓存区`git add .`或者`git add [path]` - 提交 `git commit -m "complete: [name]-[time]"` `git commit -m "complete: jiangtao-220417"` - 上传到仓库 `git push` #### 其它 - 查看状态 `git status` - 拉取最新代码 `git pull` #### 注意 - 不要修改其他人的文件,可能会导致冲突 - 注意命名格式 - 首次使用git需要按照提示修改用户名和邮箱并登录