# dev_note **Repository Path**: yuan_wanqing/dev_note ## Basic Information - **Project Name**: dev_note - **Description**: 开发笔记,包括bug复盘、学习笔记。仅做记录,实际代码在代码仓库(dev_code)中。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-08 - **Last Updated**: 2026-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # working_life_record #### 介绍 学习笔记 #### 软件架构 软件架构说明 #### 使用说明 1. cert 部分属于考证系列 2. dairy 日常生活 3. debug 处理工作中遇到的各种问题 4. learning 学习各种框架,语言等 5. OS 操作系统相关知识 #### 使用说明 ```shell # git使用说明 git pull git add --all git commit -m "note" git push # 清除历史提交记录和贡献者信息 git checkout --orphan latest_branch git add -A git commit -am "note" git branch -D master git branch -m master git push -f origin master ```