Git

git clone

1
git clone --depth 1 https://github.com/chinsun9/refactor-2019T1.git

commit history 없이 clone 하는 방법

–depth 옵션

–depth 1 -> 가장 마지막 상태 클론

Share