aboutsummaryrefslogtreecommitdiff
path: root/docs/ja/newbs_git_best_practices.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ja/newbs_git_best_practices.md')
-rw-r--r--docs/ja/newbs_git_best_practices.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/ja/newbs_git_best_practices.md b/docs/ja/newbs_git_best_practices.md
new file mode 100644
index 000000000..7ba16fce7
--- /dev/null
+++ b/docs/ja/newbs_git_best_practices.md
@@ -0,0 +1,24 @@
1# QMK における Git 運用作法 :id=best-git-practices-for-working-with-qmk
2
3<!---
4 grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
5 original document: 0.9.0:docs/newbs_git_best_practices.md
6 git diff 0.9.0 HEAD -- docs/newbs_git_best_practices.md | cat
7-->
8
9## または、"如何にして私は心配することをやめて Git を愛することを学んだか。"
10
11このセクションは、QMK への貢献をスムーズに行なう最もよい方法を初心者に教えることを目的としています。
12QMK に貢献するプロセスを順を追って説明し、この作業を簡単にするいくつかの方法を詳しく説明します。
13その後、意図的に一部を壊してみせて、それらを修正する方法を説明します。
14
15このセクションは以下のことを前提としています:
16
171. あなたは GitHub アカウントがあり、アカウントに [qmk_firmware リポジトリをフォーク](ja/getting_started_github.md) している。
182. あなたは、[環境構築](ja/newbs_getting_started.md#set-up-your-environment) と [QMK の設定](ja/newbs_getting_started.md#set-up-qmk) を両方とも完了している。
19
20---
21
22- パート 1: [あなたのフォークの master ブランチ: 更新は頻繁に、コミットはしないこと](ja/newbs_git_using_your_master_branch.md)
23- パート 2: [マージの競合の解決](ja/newbs_git_resolving_merge_conflicts.md)
24- パート 3: [同期のとれていない git ブランチの再同期](ja/newbs_git_resynchronize_a_branch.md)