1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 12:48:43 -03:00

Translate comment

This commit is contained in:
Shota Imaki 2020-02-27 22:56:47 +09:00
parent e0c6fa128e
commit ceb2109a3f

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]
```