# end of war **Repository Path**: timing_matlab/end-of-war ## Basic Information - **Project Name**: end of war - **Description**: 记录20250624 - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-25 - **Last Updated**: 2025-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # end of war #### 介绍 记录20250624 #### git提交三板斧 ##### 一板斧 ---- 添加远程仓库 ``` git remote add origin https://gitee.com/timing_matlab/远程仓库.git ``` ##### 二板斧 ---- 添加用户信息 ``` git config --global user.name 'timing' git config --global user.email '11681131+timing_matlab@user.noreply.gitee.com' ``` ##### 三板斧 ---- 提交远程仓库 ``` git add . git commit -m "提交记录" git push origin master ``` #### 一些小技巧 ##### 1.添加其它仓库作为子仓库 ``` git submodule add https://gitee.com/timing_matlab/cJSON 临时资源/cJSON ``` #### 2.合并其它分支 ``` #合并test git merge test ``` #### 3.删除其它分支 ``` #删除test分支 git branch -d test #删除远程的test分支 git push origin -d test ``` #### 4.使用vscode连接不上wsl的一种解决方法 ``` rm -rf .vscode .vscode-remote-containers .vscode-server ``` #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 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/)