느림보 개발
2. 깃허브 연동 본문
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 통로 뚫기)
'환경설정 > Spring Framework' 카테고리의 다른 글
4. Spring Framework 프로젝트 카페24 CDN 서비스 이용하기 (1) | 2023.01.19 |
---|---|
3. Spring Framework 프로젝트 cafe24 호스팅 (0) | 2023.01.18 |
1. println 대신 log 단축키 만들어 로깅하기 (0) | 2023.01.10 |
Comments