[git] git log 범위

etc tools 2016. 8. 24. 16:52



특정 git hash를 얻어와서, 지금까지의 history를 한 번에 보고 싶다면 git log 와 ..를 활용할 수 있다. 


git log #{from}..#{to} 이런 느낌으로 실행하면 된다.


git log ${git_hash}..HEAD


'etc tools' 카테고리의 다른 글

[influxdb] influxdb clustering은 무료 버전?  (0) 2017.03.23
[git] git 저장소 변경하기  (0) 2017.03.16
[git] git hash 얻기  (0) 2016.08.24
artifactory 설치하기  (0) 2016.01.30
[gradle] provided compile  (0) 2015.11.30
Posted by '김용환'
,