skill/Git

sts git 연동 및 프로젝트 import

have a nice day :D 2020. 9. 24. 19:46
반응형

sts git 연동 및 프로젝트 import

# sts git 연동
메뉴1 : Window > show view > other...
메뉴2 : Show View > Git > Git Repositories [Open] 버튼 클릭
메뉴3 : Git Repositories 영역 > 상단 바 > 초록색 화살표 아이콘 클릭(Clone Git Repository)
* Clone Git Repository
2번째 영역 > Connection > Protocol : [https] 선택
1번째 영역 > Location > URI : {https://gitlab.com/[test]/[test].git} 사용자 입력
3번째 영역 > Authentication > [User, Password] 입력, [Store in Secure Store] 체크
[Next>] 버튼 클릭

* Branch Selection
master 선택 (기본, 원하는 branch 선택)
[Next>] 버튼 클릭

* Local Destination
Directory / branch 확인
[Finish] 버튼 클릭

메뉴4 : Git Repositories 영역 > 잠시 후 .. 기다리기 힘들면 refresh(상단 화살표 양방향 두개 아이콘)
git연동확인 > 오른쪽 마우스 클릭 > Import Projects…

# sts git 연동 Navigator(project/package exploerer) import
* Import Projects from File System or Archive
import source : [디렉토리] 확인
[Finish] 클릭

반응형

'skill > Git' 카테고리의 다른 글

git 전역 사용자 email 변경  (0) 2023.08.01
[Jenkins] Git 연동, FTP 연동 + 로그 확인  (0) 2023.05.03
git 생성, intelliJ Project 생성 후 연동  (0) 2023.01.30
git 파일 권한 추가  (0) 2022.06.02
sts git 연동, project import  (0) 2019.09.10