Git Tips: 获取特定版本的某一文件

获取特定版本的某一文件
git checkout <revision> <paths>

例如

git co 345a7c src/hello.c

Comments