aboutsummaryrefslogtreecommitdiff
path: root/docs/zh-cn/getting_started_github.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zh-cn/getting_started_github.md')
-rw-r--r--docs/zh-cn/getting_started_github.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/zh-cn/getting_started_github.md b/docs/zh-cn/getting_started_github.md
index b4e8e9fa5..2a5ec8ca4 100644
--- a/docs/zh-cn/getting_started_github.md
+++ b/docs/zh-cn/getting_started_github.md
@@ -1,6 +1,11 @@
1# 如何在QMK中使用GitHub 1# 如何在QMK中使用GitHub
2 2
3GitHub can be a little tricky to those that aren't familiar with it - this guide will walk through each step of forking, cloning, and submitting a pull request with QMK. 3<!---
4 original document: 0.15.12:docs/getting_started_github.md
5 git diff 0.15.12 HEAD -- docs/getting_started_github.md | cat
6-->
7
8对不熟悉 GitHub 的人来说,使用GitHub 可能会有些难度。此教程会教您 fork 和 clone QMK,以及向 QMK 提交 pull request 。
4 9
5?> 本教程假设您已安装GitHub,并且您喜欢使用命令行工作。 10?> 本教程假设您已安装GitHub,并且您喜欢使用命令行工作。
6 11