Skip to content

git log

HyojinKim edited this page Aug 26, 2022 · 2 revisions

git log

Git metadata는 각 commit에 대한 정보 모음이다. 각 commit에는 작성자, 메세지, 날짜, 변경사항 등의 정보가 담겨 있다. commit은 상위 commit에 연결되므로 metadata는 DAG로 표현될 수 있다.

image image

commit은 다음과 같은 유형으로 나눌 수 있다.

  • 일반
  • merge
  • PR

각 commit log의 형태가 달라 구성하는 interface도 달라진다.