IntelliJ GitLab 최초 Commit
1. GitLab 프로젝트 생성
로컬에 프로젝트를 생성하고 GitLab에 최초로 Commit하는 방법
- GitLab에서 New project → Project name 및 Project URL 설정 → Create project
2. 로컬에 Git 레파지토리 생성 및 확인
- Git 디렉토리 확인
3. gitingnore 설정
- 로컬 설정을 .gitignore에 등록 (git에 commit 안됨)
4. Git Remotes 주소 등록
- URL 추가
- Git URL 등록 및 확인
5. Commit and Push
6. GitLab 확인
This post is licensed under CC BY 4.0 by the author.