摘要: 1.git init 2.git clone 链接 3.git remote -v 4.ls 5.cd 文件夹 6.git remote -v 7.git branch -v 8.git status 9.git add 要添加的文件夹 10.git commit -m "提交说明" 11.git 阅读全文
posted @ 2024-09-27 14:11 echo-efun 阅读(24) 评论(0) 推荐(0)