개발환경 설정
degit - 간편하게 깃 저장소 복사하기
amugae
2020. 3. 2. 01:01
git clone을 하면 git history까지 다 내려 받고 git remote가 연결되고 git branch가 잡힌다.
degit을 쓰면 단순히 repository 폴더만 가져 올 수 있다.
npm install -g degit```
```shell
degit user/repo```
사용법도 git보다 간단하다.