Cheetsheets Easy for Searching

Cheetsheets Easy for Searching

原文日期: 2016-10-27
来源: https://github.com/wlz0726/wlz0726.github.io


快速参考清单整理

目的

  • 快速查找常用命令

  • 避免重复搜索

  • 提高生产力

整理方法

1. 按主题分类

1
2
3
4
5
6
cheatsheets/
├── git.md
├── linux.md
├── python.md
├── r.md
└── docker.md

2. 使用统一格式

1
2
3
4
5
# 主题

## 命令 1
```bash
command

命令 2

1
command
1
2
3
4
5
6
7

#### 3. 添加搜索标签

```markdown
---
tags: [git, version-control, branch]
---

4. 定期更新

  • 每月回顾

  • 添加新命令

  • 删除过时内容

推荐资源


此文档为 GitHub 博客自动归档