working directory, stage, histor

2020-07-13  本文已影响0人  Time_Notes
git flow

HEAD: 对应local repository,指当前所在的分支版本顶端的别名,也就是最新的一次commit. git commit 之后与HEAD一致

index: 对应staging area,指git add 之后放入该区域

WorkingCopy: 对应working directory,指当前文件包括修改等操作所在区域,没有 git add 和 git commit 操作

local
上一篇下一篇

猜你喜欢

热点阅读