로딩
티스토리 데이터 처리 중입니다.

git checkout specific directory (sparse checkout)

 git checkout specific directory (sparse checkout)

repository 에서 특정 폴더만 내려받고 싶을때 그럴때!! * git init <repository> * cd <repository> * git remote add -f origin <URL> - [-f] : fetch the remote branches * git checkout <branch> * git confi.....

git checkout specific directory (sparse checkout)에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.