码迷,mamicode.com
首页 > 其他好文 > 详细

Git的命令之restore

时间:2020-06-25 10:17:20      阅读:465      评论:0      收藏:0      [点我收藏+]

标签:store   stage   新版   checkout   restore   导致   head   文件   check   

在旧版本中,git的撤销工作区的文件修改是用git checkout -- <file>命令,由于容易漏了--导致和切换分支混肴,所以新版本中:

- 使用git restore (--worktree) <file>命令从暂存区恢复工作区

- 使用git restore --staged <file>从当前版本库中恢复暂存区

- 使用git restore --source=HEAD --staged --worktree <file>从当前版本库中同时恢复工作区和暂存区

Git的命令之restore

标签:store   stage   新版   checkout   restore   导致   head   文件   check   

原文地址:https://www.cnblogs.com/linzedian/p/13190983.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!