본문 바로가기

Software/Git

Eclipse(이클립스) git remote push

이클립스에서 원격 Git 저장소에 최초 푸시하는 방법에 대해 포스팅할게요.

 

1. Share Project

프로젝트 우클릭 - Team - Share Project

 

2. Repository 경로 지정

Use or create repository in parent folder of project 클릭

 

 

3. Remote repository 설정

 

4. Remote URI 설정

 

 

5. gitignore 설정

이미 .gitignore 파일이 생성되어 있을거에요.

bin/ 폴더도 커밋되지 않도록 설정하겠습니다.

 

6. Commit and Push

 

 

 

7. Remote Repository 직접 확인