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
깃허브 아이디 로그인