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>
This commit is contained in:
21
pages.ko/common/git-summary.md
Normal file
21
pages.ko/common/git-summary.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# git summary
|
||||
|
||||
> Git 저장소에 대한 정보를 표시.
|
||||
> `git-extras`의 일부.
|
||||
> 더 많은 정보: <https://github.com/tj/git-extras/blob/master/Commands.md#git-summary>.
|
||||
|
||||
- Git 저장소에 대한 정보 표시:
|
||||
|
||||
`git summary`
|
||||
|
||||
- 특정 커밋 이후의 Git 저장소에 대한 정보 표시:
|
||||
|
||||
`git summary {{커밋|브랜치_명|태그_명}}`
|
||||
|
||||
- 서로 다른 이메일을 사용하는 커미터를 저자별 통계로 합산하여 Git 저장소에 대한 정보 표시:
|
||||
|
||||
`git summary --dedup-by-email`
|
||||
|
||||
- 각 기여자가 수정한 줄 수를 표시하여 Git 저장소에 대한 정보 표시:
|
||||
|
||||
`git summary --line`
|
Reference in New Issue
Block a user