git*: update outdated pages, fix English pages (#14149)

This commit is contained in:
Sebastiaan Speck
2024-10-13 10:26:47 +02:00
committed by GitHub
parent 896e024860
commit f21fa6a211
96 changed files with 302 additions and 302 deletions

View File

@@ -21,7 +21,7 @@
- 特定のファイル(ステージ済)だけをコミットする:
`git commit {{ファイルパス1}} {{ファイルパス2}}`
`git commit {{ファイルパス1 ファイルパス2 ...}}`
- ステージ済のファイルが無くても、コミットを作る:

View File

@@ -4,18 +4,6 @@
> いくつかのサブコマンドがあります。例えば `commit`, `add`, `branch`, `checkout`, `push`, などです。 これらには使用方法についての独自のドキュメントがあり、 `tldr git subcommand` で見ることができます。
> 詳しくはこちら: <https://git-scm.com/>
- Gitのバージョンを確認する:
`git --version`
- Git全体のヘルプを見る:
`git --help`
- Gitのサブコマンドのヘルプを見る (例えば `clone`, `add`, `push`, `log`, など):
`git help {{サブコマンド}}`
- Gitのサブコマンドを実行する:
`git {{サブコマンド}}`
@@ -27,3 +15,15 @@
- Gitのサブコマンドを、指定された設定値で実行する:
`git -c '{{config.key}}={{値}}' {{サブコマンド}}`
- Git全体のヘルプを見る:
`git --help`
- Gitのサブコマンドのヘルプを見る (例えば `clone`, `add`, `push`, `log`, など):
`git help {{サブコマンド}}`
- Gitのバージョンを確認する:
`git --version`