diff options
| author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2020-06-05 21:49:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-05 21:49:34 +0900 |
| commit | 3972978c8d21dbd9619a8bc708a361858286e9ef (patch) | |
| tree | 5ad2b4e48eaa2aabefac11e3ae2a2779b0ca56a4 /docs | |
| parent | b327d2040245ba50e8b3560e6a15df659aa51760 (diff) | |
| download | qmk_firmware-3972978c8d21dbd9619a8bc708a361858286e9ef.tar.gz qmk_firmware-3972978c8d21dbd9619a8bc708a361858286e9ef.zip | |
The TAGs of the original document has been updated to facilitate future verification. (#9285)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ja/newbs_git_best_practices.md | 4 | ||||
| -rw-r--r-- | docs/ja/newbs_git_resolving_merge_conflicts.md | 4 | ||||
| -rw-r--r-- | docs/ja/newbs_git_resynchronize_a_branch.md | 4 | ||||
| -rw-r--r-- | docs/ja/newbs_git_using_your_master_branch.md | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/docs/ja/newbs_git_best_practices.md b/docs/ja/newbs_git_best_practices.md index 4e20e4e0b..7ba16fce7 100644 --- a/docs/ja/newbs_git_best_practices.md +++ b/docs/ja/newbs_git_best_practices.md | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | <!--- | 3 | <!--- |
| 4 | grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh | 4 | grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh |
| 5 | original document: adf4acf59:docs/newbs_git_best_practices.md | 5 | original document: 0.9.0:docs/newbs_git_best_practices.md |
| 6 | git diff adf4acf59 HEAD -- docs/newbs_git_best_practices.md | cat | 6 | git diff 0.9.0 HEAD -- docs/newbs_git_best_practices.md | cat |
| 7 | --> | 7 | --> |
| 8 | 8 | ||
| 9 | ## または、"如何にして私は心配することをやめて Git を愛することを学んだか。" | 9 | ## または、"如何にして私は心配することをやめて Git を愛することを学んだか。" |
diff --git a/docs/ja/newbs_git_resolving_merge_conflicts.md b/docs/ja/newbs_git_resolving_merge_conflicts.md index 893c3d503..532b1e300 100644 --- a/docs/ja/newbs_git_resolving_merge_conflicts.md +++ b/docs/ja/newbs_git_resolving_merge_conflicts.md | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | <!--- | 3 | <!--- |
| 4 | grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh | 4 | grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh |
| 5 | original document: adf4acf59:docs/newbs_git_resolving_merge_conflicts.md | 5 | original document: 0.9.0:docs/newbs_git_resolving_merge_conflicts.md |
| 6 | git diff adf4acf59 HEAD -- docs/newbs_git_resolving_merge_conflicts.md | cat | 6 | git diff 0.9.0 HEAD -- docs/newbs_git_resolving_merge_conflicts.md | cat |
| 7 | --> | 7 | --> |
| 8 | 8 | ||
| 9 | ブランチでの作業の完了に時間がかかる場合、他の人が行った変更が、プルリクエストを開いたときにブランチに加えた変更と競合することがあります。 | 9 | ブランチでの作業の完了に時間がかかる場合、他の人が行った変更が、プルリクエストを開いたときにブランチに加えた変更と競合することがあります。 |
diff --git a/docs/ja/newbs_git_resynchronize_a_branch.md b/docs/ja/newbs_git_resynchronize_a_branch.md index e81d2da1f..567ec38bf 100644 --- a/docs/ja/newbs_git_resynchronize_a_branch.md +++ b/docs/ja/newbs_git_resynchronize_a_branch.md | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | <!--- | 3 | <!--- |
| 4 | grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh | 4 | grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh |
| 5 | original document: adf4acf59:docs/newbs_git_resynchronize_a_branch.md | 5 | original document: 0.9.0:docs/newbs_git_resynchronize_a_branch.md |
| 6 | git diff adf4acf59 HEAD -- docs/newbs_git_resynchronize_a_branch.md | cat | 6 | git diff 0.9.0 HEAD -- docs/newbs_git_resynchronize_a_branch.md | cat |
| 7 | --> | 7 | --> |
| 8 | 8 | ||
| 9 | 仮にあなたの `master` ブランチにあなたのコミットを行い、そしてあなたの QMK リポジトリの更新が必要になったとします。 | 9 | 仮にあなたの `master` ブランチにあなたのコミットを行い、そしてあなたの QMK リポジトリの更新が必要になったとします。 |
diff --git a/docs/ja/newbs_git_using_your_master_branch.md b/docs/ja/newbs_git_using_your_master_branch.md index 3ee1996c1..308a61ede 100644 --- a/docs/ja/newbs_git_using_your_master_branch.md +++ b/docs/ja/newbs_git_using_your_master_branch.md | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | <!--- | 3 | <!--- |
| 4 | grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh | 4 | grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh |
| 5 | original document: adf4acf59:docs/newbs_git_using_your_master_branch.md | 5 | original document: 0.9.0:docs/newbs_git_using_your_master_branch.md |
| 6 | git diff adf4acf59 HEAD -- docs/newbs_git_using_your_master_branch.md | cat | 6 | git diff 0.9.0 HEAD -- docs/newbs_git_using_your_master_branch.md | cat |
| 7 | --> | 7 | --> |
| 8 | 8 | ||
| 9 | QMK の開発では、何がどこで行われているかにかかわらず、`master` ブランチを最新の状態に保つことを強くお勧めします、しかし `master` ブランチには***絶対に直接コミットしないでください***。 | 9 | QMK の開発では、何がどこで行われているかにかかわらず、`master` ブランチを最新の状態に保つことを強くお勧めします、しかし `master` ブランチには***絶対に直接コミットしないでください***。 |
