꼬물꼬물
Git 연동하기 본문
올릴 프로젝트 우클릭 -> git bash
$ git config --global user.name "{아이디}"
$ git config --global user.email "{이메일}"
$ git init
$ git add .
$ git commit -m "{commit 내용}"
$ git remote add origin {git 주소}
$ git push -u origin master
'코딩 > 환경설정' 카테고리의 다른 글
[오류] npm install 오류 (0) | 2023.01.17 |
---|---|
DBeaver MariaDB 연결하기 (0) | 2022.06.13 |
Spring Security 설정하기 (0) | 2022.04.24 |
QueryDSL (0) | 2022.03.24 |
MariaDB/Intellij 연결 (0) | 2022.01.28 |