git log

1 개요[ | ]

git log
  • commit 이력을 보여주는 git 명령어

2 실습[ | ]

root@zetawiki:~/workspace/hello# git log
commit 0e5c7bf10f91f3bd5b807f1939c06676bec0df9c
Author: root <root@zetawiki.example.com>
Date:   Sun Feb 28 17:04:04 2016 +0900

    hello world!

3 옵션[ | ]

git log -p -2 와 같이 유용한 옵션을 추가하여 사용가능하다.

-p 각 커밋의 diff 파일을 보여줌
-2 최근 2개의 커밋을 보여줌

4 같이 보기[ | ]

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}