티스토리 뷰
Git Log 명령어로 Merge 트리를 출력하는 방법입니다.
아래와 같이 .gitconfig 파일에 별명 (alias)를 설정해 주세요
(add alias in your .gitconfig file)
[alias]
lgb = log --merges --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%ai%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
그리고 아래 명령어를 시행하시면,
(and run command )
"git lgb"
Merge 로그만 보여주는 트리가 나옵니다.
(then you can see the tree about merges.)
--grep 옵션을 이용하시면, 서로 다른 브랜치간에 이루어진 Merge 만을 보여주는 tree도 만드실 수 있습니다.
(with --grep option, you can make new alias to show just merges between other branches.)
'programming' 카테고리의 다른 글
To call [super init]; in custom initialiser, is it right? (0) | 2014.11.20 |
---|---|
CocoaPods Error with XCode6 (0) | 2014.11.05 |
[It's not But!! update 2013.08.09] KIWI (BDD/TDD Framework) seems like to have a bug (3) | 2013.05.23 |
iOS Development : ivar and property declaration and binding (iOS 개발 ivar와 property 선언 그리고 binding) (0) | 2012.01.21 |
Apple은 알고 있지만, 나는 모르는 점. (1) | 2009.12.08 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 독일이민
- 독일 이민
- 세부
- mobile
- mixnstand
- windows mobile
- It
- CocoaPods
- idle
- Programing
- demo application
- Blue Card
- 블루카드
- 독일 구직
- 독일 IT
- IFA 2011
- 커피
- 호핑
- UbiVelox
- 교사
- widget
- 필리핀
- 학교
- 호핑투어
- 사무실
- 김봉두
- ios
- 독일
- IFA
- 교육
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함