mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 03:56:25 +03:00
0819a11434
* 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>
485 B
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}}