Skip to content

git log --oneline 으로 로그 요약

명령어#

git log --oneline

출력예시#

f02aeb4 fix(comment): add existence test on CommentService
c6b2013 fix(comment): change type of fundId as number
704460f refactor(comment): change folder name
4093398 feat(comment): Add CommonExceptionFilter to conform CommonResponse
27ce9b4 feat(comment): Update create to find author
aa9f8ee fix(comment): Fix create method conforms return type GetCommentDto
616e1bf feat(comment): Add create method
7740ffd feat(comment): Add GetCommentDto to conform document
3dd5cb8 feat(comment): Implement findMany method from controller, service
a040b6b feat(comment): Update Comment Entity with user-defined JoinColumn
06d9c61 refactor: Uncomment funding annotations