git將本地項目提交到github

1. 輸入git init
2. git add .
3. git commit -m "提交的信息"
4. git remote add origin https://github.com/xxxxx/xxxxx.git」
5. git push -u origin master
相關文章
相關標籤/搜索