Git
Github Setup
Devwon99
2023. 10. 11. 05:25
Make Github Repositories
Git Bash
git config --global user.email "이메일"
git config --global user.name "깃허브 계정 이름"
git init
[UPLOAD]
git add *
git commit -m "first commit"
git push origin master
[DOWNLOAD]
git clone URL