# Note **Repository Path**: tianxiaohuahua/Note ## Basic Information - **Project Name**: Note - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-02 - **Last Updated**: 2025-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 日常记录自己的学习和笔记 git基础指令 ```git git status //查看库状态 git git commit -m '添加测试文件' //添加文件过程注释 git push //推送到仓库 ```