민서네집

eclipse에서 git으로 관리되는 새 프로젝트 생성 / eclipse 와 github 연동 본문

Java

eclipse에서 git으로 관리되는 새 프로젝트 생성 / eclipse 와 github 연동

브라이언7 2016. 8. 17. 09:18

Eclipse 에서 이미 기존의 로컬 git Repository가 있는 상황에서 git으로 관리되는 새 프로젝트를 만들고 싶었다.


How to create new project from GIT repo using Eclipse EGit


결국 답은 이건가...

Creating a project in the ~/git/repo-dir/proje‌​ct-sub-dir then Team -> Share Project -> git did it for me. 
Git Local Repository 안에 프로젝트를 생성하고, 이클립스에서 Share Project... 해서 Git 으로 관리하는것.

인터넷에서 검색하는 중에 좋은 블로그 내용이 검색되었다.

Git version control with Eclipse (EGit) - Tutorial


http://itmir.tistory.com/461



[GIT] 버전관리로 GIT를 사용해보자! - 이클립스와 GITHUB 연동하기

http://unikys.tistory.com/330


Eclipse 에 git 연동하기




http://lng1982.tistory.com/177


Comments