본문 바로가기

카테고리 없음

Github 프로젝트 올리는 방법(Gitbash)

728x90

프로젝트 push 준비

깃허브에 올릴 프로젝트 폴더 이동

우클릭  Open Git Bash here 클릭

 

git init

 

git add

git status

git commit

 

git config --global user.email "깃허브 이메일 주소"

git config --global user.name "깃허브 사용자명"

 

 

git remote add origin [레파지토리주소]

 

 

 

git push origin mater

깃허브 아이디 로그인

 

github에 프로젝트 올리기 성공