SW Science for QA/QA Appendix

Git Repositiry

일해라폴폴 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 함께 사용 하다 보니 위의 방법이 좀더 편한듯.


반응형

'SW Science for QA > QA Appendix' 카테고리의 다른 글

Network 관련 도움 될 블로그 모음  (0) 2019.10.11
QAsymphony site  (0) 2017.07.29
Linux less 명령어  (0) 2016.05.03
Android Studio Memory 설정  (0) 2016.04.08
Mac에서 Eclipse Setting  (0) 2016.03.28