Visual Studio Code(vscode) git的使用

1.建立一個github帳號 2.在vscode中執行命令git echo "# C-Tests" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/harryluo163/C-Tests.git git push -u orig
相關文章
相關標籤/搜索