커밋 이력을 보여줍니다. 더 많은 정보: https://git-scm.com/docs/git-log.
git log
git log {{--patch|-p|-u}} {{경로/대상/파일_또는_폴더}}
git log --stat
git log --oneline --graph
git log --oneline --decorate --all --graph
git log {{-i|--regexp-ignore-case}} --grep {{검색_문자열}}
git log {{--max-count|-n}} {{개수}} --author "{{작성자}}"
git log --before "{{2017-01-29}}" --after "{{2017-01-17}}"