728x90
1. IntelliJ에서 Ctrl+Shift+A
2. Repository name 설정하고, Add account 눌러서 본인 Github 계정과 연동
3. gitignore 설정
4. IntelliJ 재시작
5. 프로젝트 선택 후 Alt + Insert >.gitignore File 열기
6. gitignore에 코드 등록
.gradle
.idea
7. Git에 Commit&Push
Ctrl + K >> Ctrl + Shift + K
안되면 아래 글 참고
https://goddaehee.tistory.com/249
'두두의 IT' 카테고리의 다른 글
Spring / Spring Boot / Gradle 용어 정리 (0) | 2022.03.07 |
---|---|
MySQL / ORM / JPA / Hibernate 용어 정리 (0) | 2022.03.07 |
H2 DB 사용하기 (0) | 2022.01.18 |
CentOS (putty)에 mariaDB 설치하기 (0) | 2022.01.18 |
IntelliJ를 활용한 스프링 부트 프로젝트 환경설정 (0) | 2022.01.14 |