얍얍폴폴 2017. 6. 1. 20:44

Bitbucket에서 Source Local 환경에 구성하기


■ Pre-installation Programs

Eclipse (Include plugin: SVN, GIT)

http://www.eclipse.org/downloads/

SourceTree

https://www.sourcetreeapp.com/


기본 Procedure

  • Eclipse 실행 > Import > Git > Projects from Git > Clone URL > input the Source git repository > choose the branch > next > selects "Local Destination" > 선택 하면 import using the New Project wizard > Local 에 폴더 생성 되었는지 확인
  • Source Tree 실행 > New Tab > Add > 작업경로 지정 (Eclipse에서 import 한 repository folder) > Root 추가

그냥 Eclipse를 사용하지 않고 Source Tree에서 작업은 가능 하지만 여건상 Eclipse, Source Tree 함께 사용 하다 보니 위의 방법이 좀더 편한듯.