Avoid colon in sentences

This commit is contained in:
Shota Imaki 2020-02-27 22:57:38 +09:00
parent ceb2109a3f
commit 178b145f41
1 changed files with 1 additions and 1 deletions

View File

@ -1276,7 +1276,7 @@ $ git branch -r
origin/master
```
`origin/HEAD``origin/master` を追跡するよう設定し直すには、次を実行します
`origin/HEAD``origin/master` を追跡するよう設定し直すには、次を実行します
```sh
$ git remote set-head origin --auto