텍스트(예: 커밋 메시지, 노트, 태그 및 브랜치 설명)를 stdin에서 읽고 Git에서 사용하는 방식으로 정리합니다. 더 많은 정보: https://git-scm.com/docs/git-stripspace.
stdin
cat {{경로/대상/파일}} | git stripspace
cat {{경로/대상/파일}} | git stripspace --strip-comments
git stripspace --comment-lines < {{경로/대상/파일}}