tldr/pages.ko/common/git-help.md
코드싸이 0819a11434
git-*: add and update Korean translation (#14031)
* 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>
2024-10-08 00:22:02 +09:00

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