336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
repository 에서 특정 폴더만 내려받고 싶을때 그럴때!!
* git init <repository>
* cd <repository>
* git remote add -f origin <URL>
- [-f] : fetch the remote branches
* git checkout <branch>
* git config core.sparsecheckout true
* echo <directory> >> .git/info/sparse-checkout
* git read-tree -m -u HEAD
'Programming > Etc' 카테고리의 다른 글
Batch 파일에서 다른 옵션 없이 y/n 물어볼때 답하는 방법 (0) | 2016.08.23 |
---|---|
Batch 파일에서 다음줄이 실행되지 않을때 (0) | 2016.08.23 |
GitHub line ending problem (0) | 2016.06.16 |
프로그램 vs 백그라운드 서비스 (프로세서 사용 계획) (0) | 2016.05.09 |
TortoiseGit 에서 fetch 후 rebase dialog 가 자동으로 열리지 않을 때 (0) | 2016.01.19 |