-
스프링부트 with JPA 블로그 4강 - Git 세팅스프링부트 with JPA 블로그 2020. 3. 15. 15:14
1. github 회원가입
Build software better, together
GitHub is where people build software. More than 40 million people use GitHub to discover, fork, and contribute to over 100 million projects.
github.com
2. git 설치
Git - Downloads
Downloads Mac OS X Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific
git-scm.com
3. 내 프로젝트 git 연동
git init git add . git commit -m "환경세팅완료 v1" git remote add origin 주소 git push origin master
'스프링부트 with JPA 블로그' 카테고리의 다른 글
스프링부트 with JPA 블로그 6강 - yaml 설정 (1) 2020.03.15 스프링부트 with JPA 블로그 5강 - HTTP1.1 체험하기 (0) 2020.03.15 스프링부트 with JPA 블로그 3강 - MySQL 한글 설정 및 연결 (1) 2020.03.15 스프링부트 with JPA 블로그 2강 - 의존성 설정 (2) 2020.03.15 스프링부트 with JPA 블로그 1강 - 환경세팅 (0) 2020.03.15 댓글