diff options
| author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2019-12-29 16:38:33 +0900 |
|---|---|---|
| committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-12-28 23:38:33 -0800 |
| commit | 25aaeb4f401fedee00e90e9fe27bdea5fed778d6 (patch) | |
| tree | c25ff710ab2b2fc4008c48c2a16f00bbcb437109 /docs/ja/newbs_git_best_practices.md | |
| parent | 36d913e1b135a2885678c7ee239572121bebca55 (diff) | |
| download | qmk_firmware-25aaeb4f401fedee00e90e9fe27bdea5fed778d6.tar.gz qmk_firmware-25aaeb4f401fedee00e90e9fe27bdea5fed778d6.zip | |
Japanese translation of docs/newbs_git_*.md (#7689)
* update docs/ja/newbs.md
* update docs/ja/_summary.md
* Translate docs/newbs_git_best_practices.md into Japanese.
* Translate docs/newbs_git_using_your_master_branch.md into Japanese.
* Translate docs/newbs_git_resolving_merge_conflicts.md into Japanese.
* Translate docs/newbs_git_resynchronize_a_branch.md into Japanese.
* Update docs/ja/newbs_git_using_your_master_branch.md
* Update docs/ja/newbs_git_resynchronize_a_branch.md
* Update docs/ja/newbs_git_resynchronize_a_branch.md
* Update docs/ja/newbs_git_resynchronize_a_branch.md
* Update docs/ja/newbs_git_resynchronize_a_branch.md
* Update docs/ja/newbs_git_resynchronize_a_branch.md
* update ja/newbs_git_resynchronize_a_branch.md
* update ja/newbs_git_resynchronize_a_branch.md
* Update docs/ja/newbs_git_best_practices.md
* Update docs/ja/_summary.md
* Update docs/ja/newbs_git_resynchronize_a_branch.md
* update ja/newbs_git_resynchronize_a_branch.md
* update ja/newbs_learn_more_resources.md
* Update docs/ja/newbs_git_resynchronize_a_branch.md
* Update docs/ja/newbs_git_resynchronize_a_branch.md
Co-Authored-By: shela <shelaf@users.noreply.github.com>
Diffstat (limited to 'docs/ja/newbs_git_best_practices.md')
| -rw-r--r-- | docs/ja/newbs_git_best_practices.md | 24 |
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..1b0bda1e4 --- /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: adf4acf59:docs/newbs_git_best_practices.md | ||
| 6 | git diff adf4acf59 HEAD docs/newbs_git_best_practices.md | cat | ||
| 7 | --> | ||
| 8 | |||
| 9 | ## または、"如何にして私は心配することをやめて Git を愛することを学んだか。" | ||
| 10 | |||
| 11 | このセクションは、QMK への貢献をスムーズに行なう最もよい方法を初心者に教えることを目的としています。 | ||
| 12 | QMK に貢献するプロセスを順を追って説明し、この作業を簡単にするいくつかの方法を詳しく説明します。 | ||
| 13 | その後、意図的に一部を壊してみせて、それらを修正する方法を説明します。 | ||
| 14 | |||
| 15 | このセクションは以下のことを前提としています: | ||
| 16 | |||
| 17 | 1. あなたは GitHub アカウントがあり、アカウントに [qmk_firmware リポジトリをフォーク](ja/getting_started_github.md) している。 | ||
| 18 | 2. あなたは、[環境構築](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) | ||
