diff options
| author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2020-01-06 16:43:11 +0900 |
|---|---|---|
| committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-01-05 23:43:11 -0800 |
| commit | b3b115bcc4466b0320a6725c8e994a9ef4186328 (patch) | |
| tree | bd3ac1a5c9897d972c93e9b90ba4020cd83ed618 /docs/ja/newbs_git_resynchronize_a_branch.md | |
| parent | f2c61f8840241c0091ad7fcc3f3daa8082111842 (diff) | |
| download | qmk_firmware-b3b115bcc4466b0320a6725c8e994a9ef4186328.tar.gz qmk_firmware-b3b115bcc4466b0320a6725c8e994a9ef4186328.zip | |
[Docs] Update check commands in Japanese documents (#7787)
The Japanese documents included a sample command to check the original document changes. But there was something wrong, so I fixed it.
Diffstat (limited to 'docs/ja/newbs_git_resynchronize_a_branch.md')
| -rw-r--r-- | docs/ja/newbs_git_resynchronize_a_branch.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ja/newbs_git_resynchronize_a_branch.md b/docs/ja/newbs_git_resynchronize_a_branch.md index 747fe1e61..80ae794a9 100644 --- a/docs/ja/newbs_git_resynchronize_a_branch.md +++ b/docs/ja/newbs_git_resynchronize_a_branch.md | |||
| @@ -3,7 +3,7 @@ | |||
| 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: adf4acf59:docs/newbs_git_resynchronize_a_branch.md |
| 6 | git diff adf4acf59 HEAD docs/newbs_git_resynchronize_a_branch.md | cat | 6 | git diff adf4acf59 HEAD -- docs/newbs_git_resynchronize_a_branch.md | cat |
| 7 | --> | 7 | --> |
| 8 | 8 | ||
| 9 | 仮にあなたの `master` ブランチにあなたのコミットを行い、そしてあなたの QMK リポジトリの更新が必要になったとします。 | 9 | 仮にあなたの `master` ブランチにあなたのコミットを行い、そしてあなたの QMK リポジトリの更新が必要になったとします。 |
