diff options
author | IskandarMa <epiciskandar@gmail.com> | 2022-01-19 02:24:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 18:24:02 +0000 |
commit | f6a7f4d4aca4a1808850e2dcd8cc223ae5202062 (patch) | |
tree | fefc9beff20ea6438e9c1927d83319ed4c85a6b0 /docs/zh-cn/getting_started_github.md | |
parent | 8a3dfe2246c4a6182cf18349e9c4d0d28cae4ec5 (diff) | |
download | qmk_firmware-f6a7f4d4aca4a1808850e2dcd8cc223ae5202062.tar.gz qmk_firmware-f6a7f4d4aca4a1808850e2dcd8cc223ae5202062.zip |
update the Chinese translation based on the latest English version (#14924)
Co-authored-by: peepeetee <43021794+peepeetee@users.noreply.github.com>
Co-authored-by: Joy Lee <chang.li@westberrytech.com>
Co-authored-by: LitoMore <LitoMore@users.noreply.github.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Diffstat (limited to 'docs/zh-cn/getting_started_github.md')
-rw-r--r-- | docs/zh-cn/getting_started_github.md | 7 |
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 | ||
3 | GitHub 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 | ||