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
相关文章
相关标签/搜索