web

2025-01-19

  1. 새로운 repository를 만든다
  2. 프로젝트 터미널에서 git init
  3. 커밋 git add ., git commit -m "Initial commit"
  4. 링크 git remote add origin https://github.com/username/repository.git
  5. 푸시 git push -u origin main