摘要: 1、首先将主题设置为SimpleMemory ![image](https://img2023.cnblogs.com/blog/1630299/202307/1630299-20230719155905608-463307495.png) 模板地址:https://www.cnblogs.com/ 阅读全文
posted @ 2023-07-19 15:53 晚春的树 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 全局配置用户名称和电子邮件 `git config --global user.name "用户名"` `git config --global user.email "电子邮件"` 初始化仓库 `git init` 添加文件到工作区 `git add *.c` `git add README` ` 阅读全文
posted @ 2023-07-19 14:46 晚春的树 阅读(8) 评论(0) 推荐(0) 编辑