Skip to content

getAnnotatedCommit

주어진 커밋으로부터 Annotated Commit을 생성해요.

시그니처

ts
class Repository {
  getAnnotatedCommit(commit: Commit): AnnotatedCommit;
}

파라미터

  • commit필수 · Commit

    Annotated Commit을 생성할 커밋

반환 값

  • AnnotatedCommit

    커밋으로부터 생성된 Annotated Commit

MIT 라이선스에 따라 배포됩니다.