본문 바로가기
spring/개인

인텔리제이 스프링 깃허브 연동

by ddanss 2023. 5. 17.
728x90

1. git config --global user.mail 깃허브이메일주소

2. git config --global user.name 깃허브이름

3. VCS - share project on github

 

 

1. git init

2. git commit -m "first commit"

3. git branch -M main

4.  git remote add origin 만들어진 깃허브 레포지토리

5. git push origin main

반응형

'spring > 개인' 카테고리의 다른 글

spring mysql 연동  (1) 2023.05.21
다시다시 자바 & 스프링  (0) 2023.05.10

댓글