git 將代碼推到遠程倉庫

git init
git add .
git commit -m "commit"
git remote add origin https://...
git push -u origin master
複製代碼
相關文章
相關標籤/搜索