add other cheatsheet

This commit is contained in:
Yu Chen
2022-07-06 18:04:54 +08:00
parent e9a21de91d
commit 7c7cce9144

20
QA.md
View File

@@ -61,5 +61,23 @@ git push -f
## Q4我不熟悉GitHub和Git有啥快速入门的资源吗
### A:
- [包括:从 0 开始学习 GitHub 系列1-7](https://jtxiao.com/main/categories/%E5%B7%A5%E5%85%B7/)
- [超级简单的Git入门](https://backlog.com/git-tutorial/cn/)
- [超级简单的Git入门](https://backlog.com/git-tutorial/cn/)
- [git - 简明指南](https://rogerdudler.github.io/git-guide/index.zh.html)
- [中文git-tips](https://github.com/521xueweihan/git-tips)
- [GitHub 官方制作的 Git 速查表](https://education.github.com/git-cheat-sheet-education.pdf)
## Q5我不熟悉Linux的各种命令有啥快速入门的资源吗
### A:
- [中文Linux命令linux-command搜索引擎](https://wangchujiang.com/linux-command/)随用随搜Linux命令而且还支持中文搜索
- [新版 Linux 命令百科全书》(英文)](https://github.com/tldr-pages/tldr)
## Q6我碰到一些命令/应用(比如vim, curl)、操作比如vscode或语言用法比如Makefile等不知到哪里能快速查找怎么办
### A:
- [Rico's cheatsheets](https://devhints.io/) 开源、全面的速查表网站涵盖了前端、后端、运维、IDE 多个方面,而且界面友好简洁支持在线查看
- [所有与命令行相关的cheatsheet](http://cheat.sh/):号称「你唯一需要的命令行相关速查表」