mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-03-10 12:48:43 -03:00
Specify wording; 任意の -> 特定の/全ての
This commit is contained in:
parent
d927b41906
commit
a555e4295e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user