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

Posted by 역시인생한방
,