# 笔记 **Repository Path**: clarinoSun/study_note ## Basic Information - **Project Name**: 笔记 - **Description**: 学习笔记 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-09 - **Last Updated**: 2024-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 参考材料: 中华石杉 java互联网工程师1-3季 极客时间 ### 目录生成 - 通常使用Typora->段落->目录生成,但是上传github无法显示。 - 解决方案:使用vscode 插件 markdown all in one中 Create Tables of Content生成,上传Github显示正常 记录个人的学习笔记 1. 参考命令生成本机的公私钥 2. 将id_rsa.pub内容配置到github个人账户下证书中 3. 新建仓库 4. git clone本地 5. 本地修改 6. git status/add ./commit -a/push