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된 파일들은 보이지 않는다.
'프로그램 > spring framework' 카테고리의 다른 글
WSL 에서 eclipse 로그 tail 보기 (0) | 2020.06.12 |
---|---|
spring 파일 업로드 오류 해결 (0) | 2020.04.15 |
spring @Log4j annotation compile 에러 해결 (0) | 2020.04.09 |