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

@@ -4,18 +4,6 @@
> `commit`, `add`, `branch`, `checkout`, `push` 등의 특정 하위 명령어는 고유의 문서가 따로 있습니다. `tldr git subcommand`를 통해 확인할 수 있습니다.
> 더 많은 정보: <https://git-scm.com/>.
- Git 버전 확인:
`git --version`
- 일반 도움말 출력:
`git --help`
- 하위 명령어 도움말 출력 (`clone`, `add`, `push`, `log`, 등등):
`git help {{하위_명렁어}}`
- 하위 명령어 실행:
`git {{하위_명령어}}`
@@ -27,3 +15,15 @@
- 주어진 설정으로 Git 하위 명령어 실행:
`git -c '{{설정.키}}={{설정.값}}' {{하위_명령어}}`
- 일반 도움말 출력:
`git --help`
- 하위 명령어 도움말 출력 (`clone`, `add`, `push`, `log`, 등등):
`git help {{하위_명렁어}}`
- Git 버전 확인:
`git --version`