摘要: Git学习 git原理图(四个目录) 工作目录 暂存区 资源库 远程仓库 git 的七个操作 git add . ==> 将工作区的代码添加到暂存区git commit -m"说明" ==> 将代码提交到本地的仓库git push origin master ==> 将代码提交到远程的仓库(gith 阅读全文
posted @ 2022-03-06 17:18 codezzzsleep 阅读(32) 评论(0) 推荐(0)