환경설정/Spring Framework

2. 깃허브 연동

@르르 2023. 1. 13. 23:01

 

 

1. window > perspective > open perspective > other > git > open > git repository

 

 

 

2. github에 repository 만들고 url 복사 

 

 

3. create a new git repository 

* repository directory: (github에 올릴) 워크스페이스 = 해당 프로젝트명 폴더 (bin, src 있는 데까지만 가기)

 

 

* .git → 로컬 레포지토리 생성 완료 

 

 

 

 

 

4. 서버(remote repository)랑 연결하기 (= .git(local repository) remote repository 통로 뚫기)