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:
36
pages.ko/common/git-fame.md
Normal file
36
pages.ko/common/git-fame.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# git fame
|
||||
|
||||
> Git 저장소 기여도를 예쁘게 출력.
|
||||
> 더 많은 정보: <https://github.com/casperdcl/git-fame>.
|
||||
|
||||
- 현재 Git 저장소의 기여도 계산:
|
||||
|
||||
`git fame`
|
||||
|
||||
- 지정된 정규 표현식과 일치하는 파일/디렉토리 제외:
|
||||
|
||||
`git fame --excl "{{정규_표현식}}"`
|
||||
|
||||
- 지정된 날짜 이후의 기여도 계산:
|
||||
|
||||
`git fame --since "{{3주_전|2021-05-13}}"`
|
||||
|
||||
- 지정된 형식으로 기여도 출력:
|
||||
|
||||
`git fame --format {{pipe|yaml|json|csv|tsv}}`
|
||||
|
||||
- 파일 확장자별 기여도 표시:
|
||||
|
||||
`git fame --bytype`
|
||||
|
||||
- 공백 변화 무시:
|
||||
|
||||
`git fame --ignore-whitespace`
|
||||
|
||||
- 파일 간의 줄 이동 및 복사 감지:
|
||||
|
||||
`git fame -C`
|
||||
|
||||
- 파일 내의 줄 이동 및 복사 감지:
|
||||
|
||||
`git fame -M`
|
Reference in New Issue
Block a user