GitNotes.2-14.md
본 문서는 Git Notes for Professionals (라이센스:CC-BY-SA) 를 한글로 번역한 문서입니다. 번역상 오류가 있을 수 있으므로 정확한 내용은 원본 문서를 참고하세요.

Section 2.14: 커미터 이름과 커밋의 (현재로부터의) 시간 정보를 한줄에 표시하기

tree = log --oneline --decorate --source --pretty=format:'"%Cblue %h %Cgreen %ar %Cblue %an %C(yellow) %d %Creset %s"' --all --graph

역주: 위 내용은 아마도 사용자의 ~/.gitconfig 위치에 추가된 [alias] 항목을 표시한 것 같습니다. "로그를 더 예쁘게 출력하기" 챕터를 참고하시면 git config 명령어를 이용하여 명령어 별칭 (alias) 을 지정하는 방법을 확인하실 수 있습니다.

예제

* 40554ac 3 months ago Alexander Zolotov Merge pull request #95 from gmandnepr/external_plugins |\ | * e509f61 3 months ago Ievgen Degtiarenko Documenting new property | * 46d4cb6 3 months ago Ievgen Degtiarenko Running idea with external plugins | * 6253da4 3 months ago Ievgen Degtiarenko Resolve external plugin classes | * 9fdb4e7 3 months ago Ievgen Degtiarenko Keep original artifact name as this may be important for intellij | * 22e82e4 3 months ago Ievgen Degtiarenko Declaring external plugin in intellij section |/ * bc3d2cb 3 months ago Alexander Zolotov Ignore DTD in plugin.xml

[출처] https://books.goalkicker.com/GitBook/ (CC BY-SA)

반응형

+ Recent posts