Specify wording; 任意の -> 特定の/全ての

This commit is contained in:
Shota Imaki 2020-02-27 22:49:30 +09:00
parent d927b41906
commit a555e4295e
1 changed files with 2 additions and 2 deletions

View File

@ -379,7 +379,7 @@ $ git push --force-with-lease [remote] [branch]
<!--For more, see [the above section](#deleteremove-last-pushed-commit).--> <!--For more, see [the above section](#deleteremove-last-pushed-commit).-->
<a name="delete-any-commit"></a> <a name="delete-any-commit"></a>
### 任意のコミットを削除したい ### 特定のコミットを削除したい
上と同様に、やむを得ない場合以外絶対に行わないでください。 上と同様に、やむを得ない場合以外絶対に行わないでください。
@ -766,7 +766,7 @@ $ git checkout .
$ git checkout [some_dir|file.txt] $ git checkout [some_dir|file.txt]
``` ```
コミットされていない編集を全て差し戻すのには次の方法もあります(コマンドが長いですが、任意のサブディレクトリから実行できます)。 コミットされていない編集を全て差し戻すのには次の方法もあります(コマンドが長いですが、全てのサブディレクトリから実行できます)。
```sh ```sh
$ git reset --hard HEAD $ git reset --hard HEAD