tldr/pages.ko/common/git-mailinfo.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

485 B

git mailinfo

이메일 메시지에서 패치 및 작성자 정보를 추출. 더 많은 정보: https://git-scm.com/docs/git-mailinfo.

  • 이메일 메시지에서 패치 및 작성자 데이터 추출:

git mailinfo {{message|patch}}

  • 추출하지만 앞뒤 공백 제거:

git mailinfo -k {{message|patch}}

  • 본문에서 가위선 (예: "-->* --") 이전의 모든 내용을 제거하고 메시지 또는 패치 추출:

git mailinfo --scissors {{message|patch}}