Support

[GitHub] 현재 진행 중인 프로젝트를 연동

춘햄 2021. 3. 25. 17:06

1. git config --global user.name "Choonham"
2. git config --global user.email "123@123"
3. git init  
4. git add . 
5. git commit -m 
6. git remote add origin https://github.com/블라블라.git
7. git push origin branchName

반응형