그래프 썸네일형 리스트형 깃 브랜치 (git branch) 2. 브랜치 확인하기. 비교하기 (git log, diff, --branches --graph --decorate --oneline) 브랜치가 있을 때, 현재 어떤 상황인지 확인 할 수 있는 방법을 알아보자.브랜치 비교하는 방법을 알아보자. 현재 브랜치 보기 git branch 브랜치는 exp/master 두 개가 있으며, exp가 선택되어 있다. 현재 log를 알아보자 git log(master가 아닌 브랜치에서는 아래와 같은 명령어와 같은 값을 볼 수 있다.) git log --branches --decorate 현 branch (head) : exp (최신 commit : 3)master (최신 commit : 2) "master에 새로운 ver '5'를 만든 후, 차이점을 다시 살펴보자." git log --branches --decorate 위를 더욱 알아보기 편한 그래프를 추가해 보자 git log --branches --d.. 이전 1 다음