PerspectiveFields 레포지토리에서, dev 브랜치를 사용할 것이다. 

평소에 그냥 clone 명령어를 사용하다 보니(특정 브랜치를 클론할 일이 없었음)

dev를 가져와야 하는데 자꾸 Master을 가져와서 찾아봤다!


git clone -b [브랜치 이름] --single-branch [저장소 URL]

user@user MINGW64 ~/Documents (master)
$ git clone -b dev --single-branch https://github.com/jinlinyi/PerspectiveFields.git
Cloning into 'PerspectiveFields'...
remote: Enumerating objects: 197, done.
remote: Counting objects: 100% (196/196), done.
remote: Compressing objects: 100% (114/114), done.
remote: Total 197 (delta 71), reused 194 (delta 71), pack-reused 1
Receiving objects: 100% (197/197), 29.40 MiB | 6.95 MiB/s, done.
Resolving deltas: 100% (71/71), done.

끝! 

+ Recent posts