摘要: git基本命令: git init //初始化仓库 git clone url // url 为仓库地址 git status //查看当前哪些文件被修改 git log //查看提交的历史纪录 git add . //添加当前目录的所有文件至缓冲区 git commit -m "备注" //提交代 阅读全文
posted @ 2025-01-09 11:08 此夏_唯美 阅读(125) 评论(0) 推荐(0)