Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- git 설정
- window10 Education
- 소비통장
- Spring Boot
- 자바
- 취성패
- 방통대
- 방송대
- snake case
- window11 Education
- 취업
- 오블완
- github
- 운영체제
- 정처기
- window10
- java
- 런던뮤지컬
- 윈도우10 Education
- json string
- 티스토리챌린지
- window11
- git pull --rebase
- camel case
- git
- git pull
- vmware workstation player
- 아임포트
- IAMPORT
- ObjectMapper
Archives
- Today
- Total
목록git log 옵션 (1)
홍차의 미로찾기
[git] git log 명령어와 옵션 - 커밋 히스토리 조회
[git] git 설정 프로세스 모음 저장소의 모든 commit history 조회 명령어git log 옵션# 한 줄 요약 - 커밋 해시와 커밋 메세지 첫줄 출력git log --oneline# 그래프로 조회 (브랜치 병합 관계 확인 가능)git log --graph# 각 커밋의 브랜치, 태그 등 참조 정보 함께 출력git log --decorate# 모든 브랜치의 커밋 로그 출력git log --all# 모든 브랜치의 커밋 로그를 그래프로 한 줄 요약git log --all --oneline --graph --decorate
프로그래밍/GIT
2024. 7. 10. 19:58