发布网友 发布时间:2022-04-23 15:42
共1个回答
热心网友 时间:2022-04-11 22:46
cd 本地的某个目录 例如D:/testRepo
git clone username@服务器地址:/服务器上git仓库地址 testRepo
cd D:
cd /testRepo
编辑保存代码 例如文件名为 testFile.f90
git add testFile.f90
git commit -m "I made some changes here, hahaha!!!"
git push