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