diff options
author | shela <shelaf@users.noreply.github.com> | 2020-01-28 10:18:12 +0900 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-01-27 17:18:12 -0800 |
commit | ee88feb7598e9f4b70a8e9cb839f4dc303ce9604 (patch) | |
tree | 68bf94ba57e47eb35157c66c7d8b116e51cd37fd /docs/ja/newbs_git_using_your_master_branch.md | |
parent | eb5e513d262921600c7c17cc1e8f34b49bccddfb (diff) | |
download | qmk_firmware-ee88feb7598e9f4b70a8e9cb839f4dc303ce9604.tar.gz |
[Docs] Update Japanese translation (#8015)
Diffstat (limited to 'docs/ja/newbs_git_using_your_master_branch.md')
-rw-r--r-- | docs/ja/newbs_git_using_your_master_branch.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ja/newbs_git_using_your_master_branch.md b/docs/ja/newbs_git_using_your_master_branch.md index 086005034..3ee1996c1 100644 --- a/docs/ja/newbs_git_using_your_master_branch.md +++ b/docs/ja/newbs_git_using_your_master_branch.md @@ -41,7 +41,7 @@ upstream https://github.com/qmk/qmk_firmware.git (push) このコマンドは `upstream` というニックネームを持つ QMK リポジトリから、ブランチとタグ — "refs" と総称されます — を取得します。 これで、あなたのフォーク `origin` のデータを QMK が保持するデータと比較できます。 -あなたのフォークの `master` を更新するには、次を実行します、各行の後にEnterキーを押してください: +あなたのフォークの `master` を更新するには、次を実行します、各行の後に Enter キーを押してください: ``` git checkout master @@ -98,4 +98,4 @@ git commit -m "My commit message." 最後のステップは、変更をフォークにプッシュすることです。 これを行うには、`git push`と入力します。 -Gitは、 `dev_branch`の現在の状態をフォークに公開します。 +Git は、 `dev_branch`の現在の状態をフォークに公開します。 |