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

git 几种情况的回滚

时间:2017-03-16 17:13:43      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:nbsp   情况   set   file   back   checkout   没有   tor   保存   

  1. 增加了几个文件, 没有 add, 不想保存文件, 怎么快速清除文件?

  2. 增加了 add 了文件, 不想保存文件, 怎样清理?

  3. 修改了文件, 没有 add, 怎样清理?

  4. 修改了文件, 已经 add, 怎样清理?

 

  1. git clean -f ( -d if you have new directory )
  2. git reset --hard ( or git reset then back to 1. )
  3. git checkout . ( or specify with file names )
  4. git reset --hard ( or git reset then back to 3. )

git 几种情况的回滚

标签:nbsp   情况   set   file   back   checkout   没有   tor   保存   

原文地址:http://www.cnblogs.com/hellowego/p/6560423.html

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