- 깃허브 홈페이지 접속 후 왼쪽 Recent Repositories 옆에 New 버튼 클릭 or 오른쪽 상단 + 버튼 누른 후 New repository 클릭
- Repository name 작성 후 Create repository 버튼 클릭
- 깃에 올릴 소스파일이 있는 폴더에서 git init
- git remote add origin "레포지토리 주소 입력"
- git add "파일명"
- git commit -m "커밋 메시지"
- git push origin "브랜치명"