gitlab1 eclipse 에서 gitlab 최초 commit 하기 eclipse 에서 gitlab 최초 commit 하기 프로젝트 우클릭> Team > Share Project Git Repositories View 의 Remotes 우클릭> Create Remote 로 Gitlab 의 repository를 설정해 준다. Git Repositories 에서 프로젝트 선택 우클릭 > Show In > Git Staging 여기서 올리지 말아야 할 파일들을 .gitignore 파일로 설정해서 unstaged changes 에서 보이지 않도록 설정한다. 프로젝트 폴더에 .gitignore 파일을 생성하고 편집해준다. gitstaging 창에서 refresh 버튼을 클릭하면 .gitignore 설정대로 ignore된 파일들은 보이지 않는다. 2020. 4. 15. 이전 1 다음