mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 03:56:25 +03:00
0819a11434
* git-a*: add and update Korean translation * git-b*: add and update Korean translation * git-*: add and update Korean translation * Update git-standup.md --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
533 B
533 B
git help
Git에 대한 도움말 정보를 표시합니다. 더 많은 정보: https://git-scm.com/docs/git-help.
- 특정 Git 하위 명령에 대한 도움말 표시:
git help {{하위_명령}}
- 웹 브라우저에서 특정 Git 하위 명령에 대한 도움말 표시:
git help --web {{하위_명령}}
- 사용 가능한 모든 Git 하위 명령의 목록 표시:
git help --all
- 사용 가능한 가이드 목록 표시:
git help --guide
- 모든 가능한 설정 변수 나열:
git help --config