[GitHub] 깃허브(GitHub) 이클립스(Eclipse) 연동

2020. 7. 31. 13:16Version Control Revision Control/Git

반응형

GitHub Repository 에 Eclipse Project 올리기

 

Build software better, together

GitHub is where people build software. More than 50 million people use GitHub to discover, fork, and contribute to over 100 million projects.

github.com


■ 이클립스(Eclipse) 설정

1) 돋보기 클릭

1) 검색창에 'git' 입력

2) Git Repositories (Gi) 클릭

※ GitHub Repository가 만들어져 있는 경우

1) Clone a Git repository 선택

1) GitHub Repository URL 을 입력 (아래 사진 참조)

2) GitHub 사용자ID, 비밀번호 입력

3) Next 버튼 클릭

GitHub 환경에서

※ GitHub Repository URL 위치 참고 사진

이클립스 환경에서

1) Next 버튼 클릭

1) 로컬 컴퓨터에 Git Repository로 생성할 폴더를 선택

2) Finish 버튼 클릭

※ Git Repositories 탭에 Git Repository(JavaExam)가 생성된걸 확인

GitHub Repository에 올릴 프로젝트 우 클릭

1) Team 클릭

2) Share Project 클릭

로컬 컴퓨터에 생성되어있는 GitHub Repository 위치를 지정

1) Create 버튼 클릭

2) GitHub Repository 위치 입력

3) Finish 버튼 클릭

4) Finish 버튼 클릭

프로젝트에 표시되어있는 느낌표(?) 제거

1) 프로젝트 우 클릭

2) Team 클릭

3) Add to Index 클릭 

Commit & Push 작업

1) Team 클릭

2) Commit 클릭

1) Staged Changes 공간 - GitHub Repository에 commit 하고자 하는 파일

2) Commit Message 공간 - commit 코멘트

3) Commit and Push 버튼 클릭 

1) Preview 버튼 클릭

1) Branch 확인

2) Push 버튼 클릭


연동완료된 GitHub Repository 확인 !!

반응형