-
Git commit 내역을 한줄로 보고 싶은 경우, 요약해서 보고 싶은 경우 (commit 이력 확인하기)Backend/GIT 2022. 5. 9. 19:24
요세 git을 사용하면서 commit 내역을 그때 그때 빠르게 보고싶은데, 항상 intelliJ에서 제공하는 확장 plugin에만 의존하는것 같아서 명령어를 하나씩 하나씩 익히고 있는데요.
간단하게 git 명령어로 commit 이력을 보는 명령어를 살펴볼게요
1. git log
commit ff3e71fae089f4f6eb62985ffc3665679ca6b0eb Author: brandonLee Date: Sun Feb 21 23:48:50 2021 +0900 - MyCatListModal was fixed
2. git log --online
ff3e71f - MyCatListModal was fixed 7648b99 - ArrangeDiary UI develop is finished 10ef624 1. MyCatListModal.vue styling is finished. 2. SdArrangeTypeButtons.vue styling is finished. 3. SdkDiarySearchBar.vue styling is finished. d667716 1. Cat diary menu design is changed 2. Developing MyCatListModal.vue 3. Developing SdSearchUtilModal.vue a84d1c3 1. SdDiarySearchBar.vue is combined with vuex 2. Developing ReadCatModal.vue c6b86dc - Arrange type buttons are added 428b859 - ArrangeDiary.vue surface and interaction until peristalsis API d2d9b17 - Favicon address is revised
감사합니다.
'Backend > GIT' 카테고리의 다른 글