From ceb2109a3fa8d1550e6195150365bf5e0e5512b3 Mon Sep 17 00:00:00 2001 From: Shota Imaki Date: Thu, 27 Feb 2020 22:56:47 +0900 Subject: [PATCH] Translate comment --- README_ja.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ja.md b/README_ja.md index 7429988..c4790cb 100644 --- a/README_ja.md +++ b/README_ja.md @@ -1254,7 +1254,7 @@ $ git push ```sh $ git branch --set-upstream-to [remotename]/[branch] -# or, using the shorthand: +# あるいは、短縮形を使う $ git branch -u [remotename]/[branch] ```