# Study notes **Repository Path**: li-guangjiang/study-notes ## Basic Information - **Project Name**: Study notes - **Description**: 学习笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-07 - **Last Updated**: 2022-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Study notes #### 介绍 学习笔记 #### 地址 ``` https://gitee.com/li-guangjiang/study-notes.git ``` #### 笔记提交指令流程 1. git add . 2. git commit -m '修改内容+修改人' 3. (如果新文件加入就执行此命令) 1. ``` git remote add origin https://gitee.com/li-guangjiang/study-notes.git ``` 4. git push -u origin master #### 冲突问题两种方法 > 假如你想要丢弃你所有的本地改动与提交,可以到服务器上获取最新的版本并将你本地主分支指向到它: git fetch origin git reset --hard origin/master > 已本地为主 1. git init 再执行提交指令流程 #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)