- echo "# JavaStudy02" >> README.md
- git init
- git add README.md
- git commit -m "first commit"
- git remote add origin https://github.com/jeen2017/JavaStudy02.git
- git push -u origin master
- Copy to clipboard
- git remote add origin https://github.com/jeen2017/JavaStudy02.git
- git push -u origin master