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:
29
pages.ko/common/git-effort.md
Normal file
29
pages.ko/common/git-effort.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# git effort
|
||||
|
||||
> 파일의 활동량을 표시하며, 파일별 커밋 수와 "활성 일수" 즉, 파일에 기여한 총 일수를 보여줍니다.
|
||||
> `git-extras`의 일부입니다.
|
||||
> 더 많은 정보: <https://github.com/tj/git-extras/blob/master/Commands.md#git-effort>.
|
||||
|
||||
- 저장소의 각 파일에 대해 커밋 수와 활성 일수를 표시:
|
||||
|
||||
`git effort`
|
||||
|
||||
- 특정 커밋 수 이상으로 수정된 파일을 표시하며, 커밋 수와 활성 일수를 보여줍니다:
|
||||
|
||||
`git effort --above {{5}}`
|
||||
|
||||
- 특정 작성자가 수정한 파일을 표시하며, 커밋 수와 활성 일수를 보여줍니다:
|
||||
|
||||
`git effort -- --author="{{사용자_명}}"`
|
||||
|
||||
- 특정 시간/날짜 이후에 수정된 파일을 표시하며, 커밋 수와 활성 일수를 보여줍니다:
|
||||
|
||||
`git effort -- --since="{{지난달}}"`
|
||||
|
||||
- 지정된 파일이나 디렉터리만 표시하며, 커밋 수와 활성 일수를 보여줍니다:
|
||||
|
||||
`git effort {{경로/대상/파일1 경로/대상/파일2 ...}}`
|
||||
|
||||
- 특정 디렉터리 내 모든 파일을 표시하며, 커밋 수와 활성 일수를 보여줍니다:
|
||||
|
||||
`git effort {{경로/대상/폴더/*}}`
|
Reference in New Issue
Block a user