1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/git-cola.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

24 lines
483 B
Markdown

# git cola
> 강력하고 직관적인 사용자 인터페이스를 갖춘 Git GUI.
> 더 많은 정보: <https://git-cola.readthedocs.io>.
- GUI 시작:
`git cola`
- 수정 모드에서 GUI 시작:
`git cola --amend`
- Git 저장소를 묻기. 기본값은 현재 디렉토리:
`git cola --prompt`
- 지정된 경로의 Git 저장소 열기:
`git cola --repo {{경로/대상/git-저장소}}`
- 상태 위젯에 경로 필터 적용:
`git cola --status-filter {{필터}}`