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:
16
pages.ko/common/git-mailinfo.md
Normal file
16
pages.ko/common/git-mailinfo.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# git mailinfo
|
||||
|
||||
> 이메일 메시지에서 패치 및 작성자 정보를 추출.
|
||||
> 더 많은 정보: <https://git-scm.com/docs/git-mailinfo>.
|
||||
|
||||
- 이메일 메시지에서 패치 및 작성자 데이터 추출:
|
||||
|
||||
`git mailinfo {{message|patch}}`
|
||||
|
||||
- 추출하지만 앞뒤 공백 제거:
|
||||
|
||||
`git mailinfo -k {{message|patch}}`
|
||||
|
||||
- 본문에서 가위선 (예: "-->* --") 이전의 모든 내용을 제거하고 메시지 또는 패치 추출:
|
||||
|
||||
`git mailinfo --scissors {{message|patch}}`
|
Reference in New Issue
Block a user