🔨TOOL/Git
repository 연결하기
ye3_
2022. 3. 15. 21:01
git init
git remote add origin (repository 주소)
git add .
git commit -m "commit message"
git push origin master