GIT LOG 보기
ref : https://git-scm.com/book/tr/v2/Git-Basics-Viewing-the-Commit-History
최근 commit 10건만 보기 :
git log -10
최근 commit 2건의 변경이력 (compare) 보기
git log -p -10
아래와 같이 콘솔화면이지만 왠만한 git browser 보다 편하게 볼수 있다.
GIT LOG 보기
ref : https://git-scm.com/book/tr/v2/Git-Basics-Viewing-the-Commit-History
최근 commit 10건만 보기 :
git log -10
최근 commit 2건의 변경이력 (compare) 보기
git log -p -10
아래와 같이 콘솔화면이지만 왠만한 git browser 보다 편하게 볼수 있다.