config.json 330 字节
Newer Older
F
feilong 已提交
1 2
{
  "node_id": "gml-598d225d1a78453d8992345f8f7902ba",
F
feilong 已提交
3 4 5 6 7 8 9
  "keywords": [
      "Git基本用法",
      "创建仓库: git init / git clone",
      "添加文件: git add / git commit",
      "查看修改: git status / git diff",
      "恢复文件: git log / git reset"
  ],
F
feilong 已提交
10
  "children": [],
F
feilong 已提交
11 12 13
  "export": [
    "learn.json"
  ]
F
feilong 已提交
14
}