# notes **Repository Path**: codeofmjh/notes ## Basic Information - **Project Name**: notes - **Description**: 学习笔记仓库 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-20 - **Last Updated**: 2026-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # notes #### 介绍 学习笔记仓库 #### 笔记更新到仓库步骤 1. 使用`git status`查看修改文件 2. 使用`git add 文件名`将文件添加到暂存区 3. 提交修改信息`git commit -m "本次提交的备注信息"` 4. push到远程仓库`git push git@gitee.com:codeofmjh/notes.git`