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