在git add 命令后 如何撤銷已經(jīng)加入到暫存區(qū)的文件呢挺尾?
1.git reset HEAD -- . 撤銷所有
2.git reset HEAD -- filename 撤銷特定目標(biāo)
3.git rm -cached filepath 將文件從緩存中刪除
在git add 命令后 如何撤銷已經(jīng)加入到暫存區(qū)的文件呢挺尾?
1.git reset HEAD -- . 撤銷所有
2.git reset HEAD -- filename 撤銷特定目標(biāo)
3.git rm -cached filepath 將文件從緩存中刪除