Translate comment

This commit is contained in:
Shota Imaki 2020-02-27 22:56:47 +09:00
parent e0c6fa128e
commit ceb2109a3f
1 changed files with 1 additions and 1 deletions

View File

@ -1254,7 +1254,7 @@ $ git push
```sh
$ git branch --set-upstream-to [remotename]/[branch]
# or, using the shorthand:
# あるいは、短縮形を使う
$ git branch -u [remotename]/[branch]
```