스프링부트 프로젝트
[스프링 부트] 게시판 만들기 프로젝트 - 3. Git 연결
지녀니
2023. 4. 2. 16:08
1. Git 연결하기
프로젝트 폴더 - 우클릭 Git Bash
git init
git add .
git commit -m "commit message"
git remote add origin 복사한 주소
git push origin master