티스토리 뷰

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

Comments