1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-24 07:44:09 +02:00
tldr/pages.ko/common/git-help.md
Nelson Figueroa 77116fe019
git-help: refresh pages (#17725)
* git-help: refresh pages

* updated --guide to --guides
2025-08-20 03:50:38 +03:00

570 B

git help

Git에 대한 도움말 정보를 표시합니다. 더 많은 정보: https://git-scm.com/docs/git-help.

  • 특정 Git 하위 명령에 대한 도움말 표시:

git help {{하위_명령}}

  • 웹 브라우저에서 특정 Git 하위 명령에 대한 도움말 표시:

git help {{[-w|--web]}} {{하위_명령}}

  • 사용 가능한 모든 Git 하위 명령의 목록 표시:

git help {{[-a|--all]}}

  • 사용 가능한 가이드 목록 표시:

git help {{[-g|--guides]}}

  • 모든 가능한 설정 변수 나열:

git help {{[-c|--config]}}