1纠炮、GitHub上創(chuàng)建對應(yīng)新項目
README可以不用
2邻邮、上傳
cd到項目目錄
echo "# Joey_web" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/joeyczz/Joey_web.git
git push -u origin master
輸入GitHub賬號密碼颓哮,開始上傳