git log --pretty 확장 옵션 예제1 git log --pretty 확장 옵션 예제 git log --pretty 확장 옵션 예제 git log HEAD...V_$SOURCE_VERSION --pretty="author: %an%ndate: %ad%n%B" --date=short > gitlog.txt "author: (저자 이름) %n (new line) date (날짜): %ad (author date (format respects --date= option)) %n (new line) %B (raw body (unwrapped subject and body))" 결과: author: xxx date: 2021-07-07 new: Hello World! decription: Create for git log text file git log --pretty 확장 옵션들 설명 %H: 커.. 2021. 7. 8. 이전 1 다음