首页  

git 工作区 暂存区 本地仓库 远程仓库     所属分类 git 浏览量 378
workspace    工作区 
index/stage  git add  存入stage/index暂存区
repository   git commit 存入repository本地仓库
remote       git push 存入remote远程仓库

remote  [fetch/clone]  repository [checkout] workspace
remote  [pull] workspace
workspace  [add] index [commit] repository [push] remote


git操作流程图 
https://gitee.com/dyyx/hellocode/raw/master/web/images/git.png

上一篇     下一篇
资本的游戏摘录

心流摘录

git查看变更信息 变更的文件列表等

灵隐佛迹禅踪

git commit -m 与 -am 区别

git stash