revision id : db2e84d0 당시의 파일가져오기
git show db2e84d0:trunk/aaaa/bbb/cccc/common.js
You can use git show
:
$ git show REVISION:path/to/file
For example, to show the 4th last commit of the file src/main.c
, use:
$ git show HEAD~4:src/main.c
revision id : db2e84d0 당시의 파일가져오기
git show db2e84d0:trunk/aaaa/bbb/cccc/common.js
You can use git show
:
$ git show REVISION:path/to/file
For example, to show the 4th last commit of the file src/main.c
, use:
$ git show HEAD~4:src/main.c