摘要:
git 使用 1)git分为工作区(当前能看到的目录) 暂存区(index/stage)仓库区(本地和远程) 2)git add . 是将工作区更新到暂存区 3)git commit -m “”是将暂存区更新到仓库区 4)git checkout . 是去除工作区的修改 5)git status 然 阅读全文
posted @ 2022-05-12 16:57
facialprogrammer
阅读(36)
评论(0)
推荐(0)
浙公网安备 33010602011771号