摘要:
Typora快捷键 shortcuts-windows 上标用^, 下标用_ e.g. log_2 公式内换行用 \\ 阅读全文
摘要:
1. 个人仓库 1. 创建想要git管理的非中文目录 2. 在该目录下执行命令 git init 2. 远程仓库 1. 到https://github.com/注册账号 2. 在本地repository目录下执行命令: config --global user.name "你的用户名" config 阅读全文