mkdir opencv_sample
cd opencv_sample
git init
git config core.sparsecheckout true
git remote add -f origin https://github.com/opencv/opencv.git
echo samples/python/tutorial_code/* > .git/info/sparse-checkout
git pull origin master
출처: https://webnautes.tistory.com/1387
'기본개념' 카테고리의 다른 글
WEB vs WAS (0) | 2020.08.03 |
---|---|
grep 옵션 팁 -A3(아래로3) -B3(위로3) (0) | 2020.03.12 |
Vim 명령어 결과 가져오기 (0) | 2020.03.02 |
[C언어] Include 선언 차이, <>와 "" (0) | 2020.02.14 |
바이너리 분석을 위한 도구들 (0) | 2020.02.05 |