2022年8月9日
摘要: git 命令行使用: git clone [远程git源地址] 下载代码git pull 拉取最新版本 git add . 暂存当前状态git commit -m "提交时的备注"git push 提交并推送git push origin 提交成新的分支 git checkout -b "新的分支" 阅读全文
posted @ 2022-08-09 23:24 z5337 阅读(820) 评论(0) 推荐(0)