From e0c6fa128e6c70234c2af37aade989598372e24f Mon Sep 17 00:00:00 2001 From: Shota Imaki Date: Thu, 27 Feb 2020 22:56:11 +0900 Subject: [PATCH] =?UTF-8?q?Unify=20wording;=20=E6=AC=A1=E3=81=AE=E3=82=B3?= =?UTF-8?q?=E3=83=9E=E3=83=B3=E3=83=89=20->=20=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README_ja.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_ja.md b/README_ja.md index 9d7aa22..7429988 100644 --- a/README_ja.md +++ b/README_ja.md @@ -1240,7 +1240,7 @@ $ git push HEAD $ git push -u HEAD ``` -`push.default` の設定が `upstream` モードか `simple` モード(Git 2.0 のデフォルト)になっている場合、次のコマンドを実行すると、以前に `-u` で登録したリモートブランチに現在のブランチをプッシュします。 +`push.default` の設定が `upstream` モードか `simple` モード(Git 2.0 のデフォルト)になっている場合、次を実行すると、以前に `-u` で登録したリモートブランチに現在のブランチをプッシュします。 ```sh $ git push @@ -2006,7 +2006,7 @@ $ git config --global credential.helper 'cache --timeout=3600' # キャッシュが一時間でタイムアウトするよう設定する(設定は秒単位) ``` -認証情報ヘルパーを探すには、次のコマンドを実行します。 +認証情報ヘルパーを探すには、次を実行します。 ```sh $ git help -a | grep credential