Terminal 에서 git 처음 사용하는 경우
git config --global user.name "Github USERNAME"
git config --global user.email "Github USEREMAIL"
- 올리고자 하는 디렉토리로 cd example
- git init : git 초기화, 맨 처음 프로젝트 올릴 때
- git add . : 모든 파일을 올리겠다
- git add example
- git status
- git commit -m “first commit”
- “” 안에 수정한 내용, description
- git remote add origin https://github.com/Ethan-Lee-Sunghoon/**example**
- git remote -v : 연결 내용 확인
- git push origin master
- git ID: 사용자명
- git PW: 토큰