We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Git metadata는 각 commit에 대한 정보 모음이다. 각 commit에는 작성자, 메세지, 날짜, 변경사항 등의 정보가 담겨 있다. commit은 상위 commit에 연결되므로 metadata는 DAG로 표현될 수 있다.
commit은 다음과 같은 유형으로 나눌 수 있다.
각 commit log의 형태가 달라 구성하는 interface도 달라진다.