[스프링부트 with JPA블로그 8강] Git hub연동

최희정·2022년 9월 5일
0
post-custom-banner

업로드할 폴더에 들어가서 우클릭 -> Git Bash Here 클릭

$ git init //저장소 초기화
$ git add . //모든 파일을 업로드
$ git commit -m "커밋메세지"

$ git remote add origin 원격저장주소
$ git remote -v
$ git push origin main

오류가 발생해 해결해주었다.
참고 ) https://velog.io/@cxxerry/Git-rejected-master-master-fetch-first-%EC%97%90%EB%9F%AC-%ED%95%B4%EA%B2%B0

$ git push origin +main


깃허브에 들어가서 확인을 해주니
변경된 부분만 커밋메세지가 바뀌었다

profile
차근차근 일상을 기록하는 컴공생 👩🏻‍💻
post-custom-banner

0개의 댓글